summaryrefslogtreecommitdiff
path: root/archives.html
diff options
context:
space:
mode:
Diffstat (limited to 'archives.html')
-rw-r--r--archives.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/archives.html b/archives.html
new file mode 100644
index 0000000..4d608b3
--- /dev/null
+++ b/archives.html
@@ -0,0 +1,12 @@
+---
+layout: default
+title: Archives
+---
+
+<h2>archive</h2>
+<ul id="archive">
+{% for post in site.posts %}
+<li><a href="{{ post.url }}">{{ post.title }}</a> <abbr>{{ post.date | date_to_string }}</abbr></li>
+{% endfor %}
+</ul>
+