summaryrefslogtreecommitdiffstats
path: root/source/blog/archives/index.html
blob: e4bc23caea1358c98ec9e15ba7e47c9aa5ea23ee (plain)
1
2
3
4
5
6
7
8
---
layout: default
title: Blog Archives
---

{% for post in site.posts reverse %}
	{% include archive_post.html %}
{% endfor %}