{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% unless year == this_year %} {% assign year = this_year %}

{{year}}

{% endunless %} {% capture this_month %}{{ post.date | date: "%B%Y" }}{% endcapture %} {% unless month == this_month %} {% assign month = this_month %}

{{ post.date | date: "%B" }}

{% endunless %}
  • {{ post.date | date:"%d" }} {{ post.title }}