{% comment %} --- title: Tags layout: default description: header-img: "img/tag-bg.jpg" ---

{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}

{{ page.description }}
{% for tag in site.tags %} {{ tag[0] }} {% endfor %}
{% for tag in site.tags %}
{{ tag[0] }} {% for post in tag[1] %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}

{% endfor %}
{% endfor %}
{% endcomment %}