TechShotgun/_layouts/category_index.html

7 lines
121 B
HTML

---
layout: index
---
{% for post in site.categories[page.category] %}
{% include article_index.html %}
{% endfor %}