Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 323 Bytes

File metadata and controls

16 lines (14 loc) · 323 Bytes
layout page
title Archives
permalink /archives/
header true

everything · no notes

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