diff options
author | Justin Mayer <entroP@gmail.com> | 2016-04-29 12:11:16 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2016-04-29 12:11:16 -0700 |
commit | 189bd49623606aeadaf8c8bda55787aa19505be0 (patch) | |
tree | 4b37f7e715fd051f4e1d858d775ff008b7d808fa | |
parent | 5c5fe8dcaf0ec34aac37cf18e5b55ea21f9d8f77 (diff) | |
parent | 03ab282b0f1337bf209451cc5b2773a3ef85c19c (diff) | |
download | pelican-themes-189bd49623606aeadaf8c8bda55787aa19505be0.zip pelican-themes-189bd49623606aeadaf8c8bda55787aa19505be0.tar.gz pelican-themes-189bd49623606aeadaf8c8bda55787aa19505be0.tar.bz2 |
Merge pull request #384 from rlc4/master
new-bootstrap2: Honor "ARCHIVE_URL" in base template
-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> |