scribd.github.io/_layouts/tag_page.html

11 lines
189 B
HTML

---
layout: post-index
title: page.tag
---
<ul class="post-list text-length-lg">
{% for post in site.tags[page.tag] %}
{% include post-list-item.html %}
{% endfor %}
</ul>