blog/source/archives/index.html
2015-01-19 13:16:21 +01:00

8 lines
128 B
HTML

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