14 lines
243 B
HTML
14 lines
243 B
HTML
---
|
|
layout: default
|
|
post_listing: true
|
|
---
|
|
{{content}}
|
|
<h3>Articles under this tag</h3>
|
|
|
|
{% if site.tags[page.tag] %}
|
|
{% assign posts = site.tags[page.tag] %}
|
|
{% include post-list.html %}
|
|
{% else %}
|
|
No posts with this tag.
|
|
{% endif %}
|