Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 270 Bytes

File metadata and controls

12 lines (9 loc) · 270 Bytes
layout layout.html

Blog

Also available as an RSS feed!

{% assign newest_first = collections.blog | reverse %} {% for blog in newest_first %}

{{ blog.date | toISODate }} — {{ blog.data.title }}

{% endfor %}