aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
authorStig Inge Lea Bjørnsen <stiginge@pvv.org>2015-01-05 06:17:28 +0100
committerStig Inge Lea Bjørnsen <stiginge@pvv.org>2015-01-05 06:27:35 +0100
commitb12b1f6408819ca91b356adde09887c769eadd06 (patch)
tree66c178d3a29cd64e3271bc83cd0d5d45a99bb549 /tuxlite_tbs
parentbd9faef09f8176cf72203efd544bd99ef52f1d54 (diff)
downloadpelican-themes-b12b1f6408819ca91b356adde09887c769eadd06.zip
pelican-themes-b12b1f6408819ca91b356adde09887c769eadd06.tar.gz
pelican-themes-b12b1f6408819ca91b356adde09887c769eadd06.tar.bz2
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')
-rw-r--r--tuxlite_tbs/templates/base.html2
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>