Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 578 Bytes

File metadata and controls

20 lines (20 loc) · 578 Bytes
layout page
title 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 %}