--- layout: default title: Archive --- # Archive {::nomarkdown} {% assign current_year = "" %} {% for post in site.posts %} {% assign post_year = post.date | date: "%Y" %} {% if post_year != current_year %} {% unless forloop.first %} {% endunless %}

{{ post_year }}

{% endif %} {% endfor %} {:/}