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

{% for post in site.posts reverse %}
	{% include archive_post.html %}
{% endfor %}