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

14 lines
243 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
---
{{content}}
<h3>Articles under this tag</h3>
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 %}