--- layout: default show-avatar: false ---

{{page.title}}:

{% for post in site.posts %} {% for tag in post.tags %} {% if tag == page.tag %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{{ post.content | strip_html | xml_escape | truncatewords: 50 }} [Read More]
Tags: {% if site.show-tags %} {% for tag in post.tags %} {{ tag }} {% endfor %} {% else %} {{ post.tags | join: ", " }} {% endif %}
{% endif %} {% endfor %} {% endfor %}