The following pages are tagged with

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