layout: default type: category


<main>

{% for post in site.categories[page.category] %}
  {% include post.html post=post %}
{% endfor %}

</main>