--- layout: default --- {%- include header.html -%} {% for category in site.categories %} {{ category[0] }} {% for post in category[1] %} {{ post.date | date: '%b %Y' }} {{ post.title }} {{ post.subtitle }} {% endfor %} {% endfor %}