From 3ebdd38d2543cf6d264bdd502a40d076837f680e Mon Sep 17 00:00:00 2001
From: Patrick White <p@pwhite.org>
Date: Sun, 10 Jul 2011 23:30:27 -0600
Subject: [PATCH] Fixed broken link to archives.html in index.html

---
 .themes/classic/source/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.themes/classic/source/index.html b/.themes/classic/source/index.html
index 47d848e..27a9302 100644
--- a/.themes/classic/source/index.html
+++ b/.themes/classic/source/index.html
@@ -13,7 +13,7 @@ blog_index: true
   {% if paginator.next_page %}
     <a href="/page{{paginator.next_page}}/">&larr; Older</a>
   {% endif %}
-  <a href="/archive.html">Blog Archive</a>
+  <a href="/blog/archives.html">Blog Archive</a>
   {% if paginator.previous_page %}
     <a href="/page{{paginator.previous_page}}/">Newer &rarr;</a>
   {% endif %}