Files
wona.github.com/source/_layouts/category_index.html
2012-09-30 15:14:20 +05:30

8 lines
120 B
HTML

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