Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 615 Bytes

File metadata and controls

20 lines (20 loc) · 615 Bytes
permalink /2021/

{% assign currentYear = "2021" %} {% for post in site.posts %}
{% assign postYear = post.date | date: "%Y" %} {% assign postYearMonth = post.date | date: "%B %Y" %} {% if postYear != currentYear %} {% continue %} {% endif %} {% if hasDisplayedYear != postYear %}

{% endif %}
{% assign hasDisplayedYear = postYear %}
{% if hasDisplayedYearMonth != postYearMonth %}

{{postYearMonth}}

{% endif %}
{% assign hasDisplayedYearMonth = postYearMonth %} 
  • [ {{ post.title }} ]( {{ post.url }} ) {% endfor %}