The following pages and posts are tagged with

{% assign thisTag = page.tagName %} {% for page in site.pages %} {% for tag in page.tags %} {% if tag == thisTag %} {% endif %} {% endfor %} {% endfor %}
TitleTypeExcerpt
{{page.title}} Page {% if page.description %} {{ page.description | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ page.content | truncatewords: 50 | strip_html }} {% endif %}