Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 300 Bytes

archive.md

File metadata and controls

13 lines (11 loc) · 300 Bytes
layout
default

{% for post in site.posts %} {% assign currentYear = post.date | date: "%Y" %}

{% if currentYear != year %}

{{ currentYear }}

{% assign year = currentYear %} {% endif %} {% include post-linking.md %} {% endfor %}