layout: page footer: false
<div id=“blog-archives” class=“category”> {% assign index = true %} {% for post in site.categories %} {% capture this_year %}{{ post.date | date: “%Y” }}{% endcapture %} {% unless year == this_year %}
{% assign year = this_year %} <h2>{{ year }}</h2>
{% endunless %} <article class=“archive-article-format”>
{% include archive_post.html %}
</article> {% endfor %} </div>