Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 536 Bytes

File metadata and controls

15 lines (12 loc) · 536 Bytes
layout page
title swirl | Blog
active blog

The Blog

{% assign posts = site.blog | sort: 'date' %} {% for post in posts reversed %}

  • {{ post.title }} {{ post.date | date: "%B %-d, %Y" }}

  • {% endfor %}