--- title: Archive permalink: "/archive/" search: exclude related_pages: none ---
{% for post in site.posts %} {% assign post_month_year = post.date | date: "%B %Y" %} {% assign newer_post_month_year = post.next.date | date: "%B %Y" %} {% if post_month_year != newer_post_month_year %}

{{ post_month_year }}

{% endif %}

{{ post.title }} {{ post.date | date_to_string }}

{% endfor %}