Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 232 Bytes

blog.md

File metadata and controls

15 lines (13 loc) · 232 Bytes
layout title url
default
Blog
blog

Blog Archive

    {% for post in site.posts %}
  • {{ post.date | date: '%Y-%m-%d' }} {{ post.title }}
  • {% endfor %}