14 lines
243 B
HTML
Raw Normal View History

2014-06-26 18:48:13 +02:00
---
layout: default
2015-04-22 18:11:35 +02:00
post_listing: true
2014-06-26 18:48:13 +02:00
---
{{content}}
<h3>Articles under this tag</h3>
2015-04-22 18:11:35 +02:00
2014-06-26 18:48:13 +02:00
{% if site.tags[page.tag] %}
2015-04-22 18:11:35 +02:00
{% assign posts = site.tags[page.tag] %}
{% include post-list.html %}
2014-06-26 18:48:13 +02:00
{% else %}
No posts with this tag.
{% endif %}