Files
wona.github.com/source/blog/archives/index.html
2012-10-06 13:01:04 +05:30

9 lines
129 B
HTML

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