Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 350 Bytes

posts.md

File metadata and controls

16 lines (14 loc) · 350 Bytes
layout title permalink
page
Posts
/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 }}).