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