--- layout: default ---

{{ page.title }}

All articles tagged with '{{ page.title }}'

{% if site.tags[page.tag] %} {% for post in site.tags[page.tag] %} {% if post.author %} {% assign author = site.data.authors[post.author] %} {% if author %} {% assign author_name = author.name %} {% else %} {% assign author_name = post.author %} {% endif %} {% else %} {% assign author_name = site.title %} {% endif %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}

{% endfor %} {% else %}

There are no posts with this tag.

{% endif %}