--- title: "Journal" layout: default ---

Blog

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

{{ month.name }}

{% endfor %}