aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/blog
diff options
context:
space:
mode:
Diffstat (limited to '.themes/classic/source/blog')
-rw-r--r--.themes/classic/source/blog/archives.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/.themes/classic/source/blog/archives.html b/.themes/classic/source/blog/archives.html
index ebf447c9..cdc5f17c 100644
--- a/.themes/classic/source/blog/archives.html
+++ b/.themes/classic/source/blog/archives.html
@@ -1,9 +1,10 @@
---
-layout: post
+layout: page
title: Blog Archive
-no_meta: true
+no_footer: true
---
-<div class="blog-archives">
+
+<div id="blog-archives">
{% for post in site.posts reverse %}
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
{% unless year == this_year %}