Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 287 Bytes

post.md

File metadata and controls

12 lines (12 loc) · 287 Bytes
layout title
page
Blog
    {% for post in site.posts %}
  • {{ post.date | date_to_string }} {{ post.title }}
  • {% endfor %}