Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 401 Bytes

File metadata and controls

16 lines (15 loc) · 401 Bytes
title Andy Brett
{% assign year = "" %} {% for post in site.categories.writing %} {% assign new_year = post.date | date: "%Y" %} {% if year != new_year %}
{{ new_year }}
{% assign year = post.date | date: "%Y" %} {% endif %} {% include post_link.html %} {% endfor %}