aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--new-bootstrap2/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-bootstrap2/templates/base.html b/new-bootstrap2/templates/base.html
index 37828b0..3d99da2 100644
--- a/new-bootstrap2/templates/base.html
+++ b/new-bootstrap2/templates/base.html
@@ -82,7 +82,7 @@
</li>
{% endfor %}
<ul class="nav pull-right">
- <li><a href="{{ SITEURL }}/archives.html"><i class="icon-th-list"></i>Archives</a></li>
+ <li><a href="{{ SITEURL }}/{{ ARCHIVES_URL }}"><i class="icon-th-list"></i>Archives</a></li>
</ul>
</ul>