Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 412 Bytes

File metadata and controls

19 lines (15 loc) · 412 Bytes
layout default
title Blog

Blog

Browse all posts by month and year.

{% assign postsByYearMonth = site.posts | group_by_exp: "post", "post.date | date: '%B %Y'" %} {% for yearMonth in postsByYearMonth %}

{{ yearMonth.name }}

{% endfor %}