---
layout: default
---
{{ content }}
{%- for post in site.posts -%}
{%- assign currentdate = post.date | date: "%Y" -%}
{%- if currentdate != date -%}
{%- unless forloop.first -%}{% endunless %}
{{ currentdate }}
{% assign date = currentdate %}
{%- endif -%}
-
{{ post.title }}
{%- if forloop.last -%}
{% endif %}
{% endfor %}