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}} {{ page.content | truncatewords: 50 | strip_html }}