summaryrefslogtreecommitdiffstats
path: root/source/_layouts/category_index.html
blob: 8ab5341aeba8a95c358bb4ae4277dfa8bbeb95f0 (plain)
1
2
3
4
5
6
7
---
layout: default
---

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