Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 259 Bytes

File metadata and controls

12 lines (11 loc) · 259 Bytes
layout title
page
Archive
    {% for post in site.posts %}
  • {{ post.date | date: "%Y-%m-%d"}} ▸ {{ post.title }} [{{ post.categories | join: ', ' }}]
  • {% endfor %}