gergelypolonkai-web-jekyll/_layouts/posts-by-tag.html

16 lines
280 B
HTML
Raw Normal View History

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