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
|
|
|
---
|
2017-01-02 11:12:10 +01:00
|
|
|
<h3 class="tag">{{ page.tag }}</h3>
|
2014-06-26 18:48:13 +02:00
|
|
|
{{content}}
|
2017-01-02 11:12:10 +01:00
|
|
|
|
|
|
|
<h4>Articles under this tag</h4>
|
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 %}
|