TechShotgun/_layouts/category_index.html

7 lines
121 B
HTML
Raw Normal View History

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