--- layout: default title: Archives permalink: /archive/ icon: archive ---

{{page.title}}


Content
    {% assign counter = 0 %} {% for post in site.posts %} {% assign thisyear = post.date | date: "%Y" %} {% assign prevyear = post.previous.date | date: "%Y" %} {% assign counter = counter | plus: 1 %} {% if thisyear != prevyear %}
  • {{ thisyear }} ({{ counter }})
  • {% assign counter = 0 %} {% endif %} {% endfor %}