Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 433 Bytes

reverse-clean.md

File metadata and controls

12 lines (12 loc) · 433 Bytes
layout
none
{% assign sorted = (site.data.news.news | sort: 'news.date') | reverse %} {% for item in sorted %}

{{ item.date | date: "%A, %B %d, %Y" }}

{% for today in item.todays %}

{{ today.item }} {% if today.source != null %}(Source: {{ today.source }}){% endif %}

{% endfor %} {% endfor %}