diff options
author | Patrick White <p@pwhite.org> | 2011-07-10 23:30:27 -0600 |
---|---|---|
committer | Patrick White <p@pwhite.org> | 2011-07-10 23:30:27 -0600 |
commit | 3ebdd38d2543cf6d264bdd502a40d076837f680e (patch) | |
tree | 4bd5794a969ea1f8a087fe2ac4a4abbb55ce75d3 /.themes/classic/source/index.html | |
parent | 27ba56001764a43dd1e733183eb15b8356e48f97 (diff) | |
download | my_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.html | 2 |
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}}/">← 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 →</a> {% endif %} |