Browse Source

Fixed broken link to archives.html in index.html

unreleased_contents
Patrick White 14 years ago
parent
commit
3ebdd38d25
  1. 2
      .themes/classic/source/index.html

2
.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 %}

Loading…
Cancel
Save