Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 190 Bytes

blog.md

File metadata and controls

10 lines (8 loc) · 190 Bytes
title layout
Blog
blog

{% assign posts = site.posts | sort: "date" | sort: "updated" | reverse %}

{% for post in posts %} {% include posts-listing.html post=post %} {% endfor %}