Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 690 Bytes

archive.md

File metadata and controls

23 lines (21 loc) · 690 Bytes
layout title
page
Archive
    {% for post in site.posts %}
  • {{ post.date | date: "%Y-%m-%d" }} » {{ post.title }}
  • {% endfor %}