layout: default type: tag


<main>

{% for post in site.tags[page.tag] %}
  {% include post.html post=post %}
{% endfor %}

</main>