Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 350 Bytes

File metadata and controls

16 lines (14 loc) · 350 Bytes
layout page
title Posts
permalink /posts/
    {% for post in site.posts %}
  • {{ post.date | date: "%b %-d, %Y" }} {{ post.title }}
  • {% endfor %}

Also, we have an [RSS feed]({{ "/posts.xml" | prepend: site.baseurl }}).