diff options
Diffstat (limited to 'archives.html')
| -rw-r--r-- | archives.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archives.html b/archives.html index 38c73aa..9dfb73d 100644 --- a/archives.html +++ b/archives.html @@ -2,11 +2,11 @@ layout: default title: Archives --- - +<div id="page"> <h2>archive</h2> <ul> {% for post in site.posts %} <li><a href="{{ post.url }}">{{ post.title }}</a> <abbr>{{ post.date | date_to_string }}</abbr></li> {% endfor %} </ul> - +</div> |
