layout | title | permalink |
---|---|---|
page |
Archive |
/archive/ |
{% 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 %}
{% endif %}
{{ post.title }} {{ post.date | date_to_string }}
{% endfor %}