gergelypolonkai-web-jekyll/_layouts/posts_by_tag.html

14 lines
259 B
HTML

---
layout: default
---
{{content}}
<h3>Articles under this tag</h3>
{% if site.tags[page.tag] %}
{% for post in site.tags[page.tag] %}
{% include blog-post-list.html %}
{% endfor %}
<div class="clearfix"></div>
{% else %}
No posts with this tag.
{% endif %}