Fixed broken link to archives.html in index.html

This commit is contained in:
Patrick White 2011-07-10 23:30:27 -06:00
parent 27ba560017
commit 3ebdd38d25
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}