--- layout: default --- {% include header.html %}
{%- include header_nav.html -%} {%- if site.status -%} {%- include status.html -%} {%- endif -%} {%- if site.categories.size > 0 -%} {%- endif -%}
{%- assign years = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} {%- for year in years %}

{{ year.name }}

{%- assign posts = year.items %} {%- endfor %}
{%- include footer.html -%}