Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 523 Bytes

blog.md

File metadata and controls

16 lines (16 loc) · 523 Bytes
layout title
default
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 %}