Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 249 Bytes

blog.md

File metadata and controls

15 lines (14 loc) · 249 Bytes
layout title permalink
page
Blog
/blog/

Blog

    {% for post in site.posts %}
  • {{ post.title }} {{ post.date | date: "%B %d, %Y" }}
  • {% endfor %}