--- layout: page title: Blog Archive --- {% for post in site.posts reverse %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% unless year == this_year %} {% assign year = this_year %}

{{ year }}

{% endunless %} {% include article_list.html %} {% endfor %}