blog/source/archives/index.html

8 lines
128 B
HTML
Raw Normal View History

2013-06-17 10:32:24 +00:00
---
layout: default
title: Blog Archives
---
{% for post in site.posts reverse %}
{% include archive_post.html %}
{% endfor %}