aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/index.html
diff options
context:
space:
mode:
authorPatrick White <p@pwhite.org>2011-07-10 23:30:27 -0600
committerPatrick White <p@pwhite.org>2011-07-10 23:30:27 -0600
commit3ebdd38d2543cf6d264bdd502a40d076837f680e (patch)
tree4bd5794a969ea1f8a087fe2ac4a4abbb55ce75d3 /.themes/classic/source/index.html
parent27ba56001764a43dd1e733183eb15b8356e48f97 (diff)
downloadmy_new_personal_website-3ebdd38d2543cf6d264bdd502a40d076837f680e.tar.xz
my_new_personal_website-3ebdd38d2543cf6d264bdd502a40d076837f680e.zip
Fixed broken link to archives.html in index.html
Diffstat (limited to '.themes/classic/source/index.html')
-rw-r--r--.themes/classic/source/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/index.html b/.themes/classic/source/index.html
index 47d848e3..27a93021 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 %}