Files
wona.github.com/source/blog/archives/index.html
2012-09-30 15:14:20 +05:30

8 lines
128 B
HTML

---
layout: default
title: Blog Archives
---
{% for post in site.posts reverse %}
{% include archive_post.html %}
{% endfor %}