diff options
author | Stig Inge Lea Bjørnsen <stiginge@pvv.org> | 2015-01-05 06:17:28 +0100 |
---|---|---|
committer | Stig Inge Lea Bjørnsen <stiginge@pvv.org> | 2015-01-05 06:27:35 +0100 |
commit | b12b1f6408819ca91b356adde09887c769eadd06 (patch) | |
tree | 66c178d3a29cd64e3271bc83cd0d5d45a99bb549 /tuxlite_tbs/templates | |
parent | bd9faef09f8176cf72203efd544bd99ef52f1d54 (diff) | |
download | pelican-themes-b12b1f6408819ca91b356adde09887c769eadd06.tar.gz |
Make archive links work in tuxlite_tbs
Since there is no default value for the variabel `ARCHIVES_URL`, it is
replaced by a hard coded value of `archives.html`.
Diffstat (limited to 'tuxlite_tbs/templates')
-rw-r--r-- | tuxlite_tbs/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/templates/base.html b/tuxlite_tbs/templates/base.html index 866d6a5..a88a2bf 100644 --- a/tuxlite_tbs/templates/base.html +++ b/tuxlite_tbs/templates/base.html @@ -82,7 +82,7 @@ Site </li> - <li><a href="{{ SITEURL }}/{{ ARCHIVES_URL }}">Archives</a> + <li><a href="{{ SITEURL }}/archives.html">Archives</a> <li><a href="{{ SITEURL }}/tags.html">Tags</a> |