diff options
author | Luwenth <luwenth@netscum.com> | 2016-04-26 23:12:36 -0700 |
---|---|---|
committer | Luwenth <luwenth@netscum.com> | 2016-04-26 23:12:36 -0700 |
commit | 03ab282b0f1337bf209451cc5b2773a3ef85c19c (patch) | |
tree | 91cdc87a6ff18cf9af1bc362094c0e8ff71b06ed | |
parent | 2cd39ad5c0c03818900611ddee699b2a6acc2453 (diff) | |
download | pelican-themes-03ab282b0f1337bf209451cc5b2773a3ef85c19c.tar.gz |
Fixing the template to honor "ARCHIVE" location
-rw-r--r-- | new-bootstrap2/templates/base.html | 2 |
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> |