--- layout: default --- {% markdown %} ## Blog posts tagged with #{{ page.title | slugify }} {% endmarkdown %} {% include posts-intro.md %} {% for post in page.posts %} {% if post.wip %}{% continue %}{% endif %} {% assign this_year = post.date | date: "%Y" %} {% if this_year != prev_year %} {% if forloop.first != true %} {% endif %}

{{ this_year }}

{% endif %} {% assign prev_year = post.date | date: "%Y" %} {% endfor %}