The following pages are tagged with
Page | Excerpt |
{% assign thisTag = page.tagName %}
{% for page in site.pages %}
{% for tag in page.tags %}
{% if tag == thisTag %}
{{page.title}} |
{{ page.content | truncatewords: 50 | strip_html }} |
{% endif %}
{% endfor %}
{% endfor %}