Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 569 Bytes

archive.md

File metadata and controls

19 lines (19 loc) · 569 Bytes
layout title
page
Blog archive

Blog Archive

{% for post in site.posts %} {% capture currentyear %}{{post.date | date: "%Y"}}{% endcapture %} {% if currentyear != year %} {% unless forloop.first %}{% endunless %}
{{ currentyear }}
    {% capture year %}{{currentyear}}{% endcapture %} {% endif %}
  • {{ post.title }}
  • {% endfor %}