Archives fix
Brandon Mathis authored on 11/07/2011 at 15:39:55... | ... |
@@ -13,7 +13,7 @@ blog_index: true |
13 | 13 |
{% if paginator.next_page %} |
14 | 14 |
<a href="/page{{paginator.next_page}}/">← Older</a> |
15 | 15 |
{% endif %} |
16 |
- <a href="/archive.html">Blog Archive</a> |
|
16 |
+ <a href="/blog/archives.html">Blog Archive</a> |
|
17 | 17 |
{% if paginator.previous_page %} |
18 | 18 |
<a href="/page{{paginator.previous_page}}/">Newer →</a> |
19 | 19 |
{% endif %} |