blog/source/_layouts/category_index.html

8 lines
120 B
HTML

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