aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuwenth <luwenth@netscum.com>2016-04-26 23:12:36 -0700
committerLuwenth <luwenth@netscum.com>2016-04-26 23:12:36 -0700
commit03ab282b0f1337bf209451cc5b2773a3ef85c19c (patch)
tree91cdc87a6ff18cf9af1bc362094c0e8ff71b06ed
parent2cd39ad5c0c03818900611ddee699b2a6acc2453 (diff)
downloadpelican-themes-03ab282b0f1337bf209451cc5b2773a3ef85c19c.zip
pelican-themes-03ab282b0f1337bf209451cc5b2773a3ef85c19c.tar.gz
pelican-themes-03ab282b0f1337bf209451cc5b2773a3ef85c19c.tar.bz2
Fixing the template to honor "ARCHIVE" location
-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>