Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 480 Bytes

archive.markdown

File metadata and controls

18 lines (17 loc) · 480 Bytes
title layout
archive
page
    {% for post in site.posts %} {% capture y %}{{post.date | date:"%Y"}}{% endcapture %} {% if year != y %} {% assign year = y %}
  • {{ y }}
  • {% endif %}
  • {{ post.date | date:"%Y-%m-%d" }} {{ post.title }}
  • {% endfor %}