From 28dae178166ae78c3eae2b2ce37a4eab340be468 Mon Sep 17 00:00:00 2001 From: Clemens Lutz Date: Fri, 3 Jun 2016 10:35:14 +0200 Subject: pelican-bootstrap3: Hide archives link in navigation bar while ARCHIVES_SAVE_AS is empty. Replace HIDE_ARCHIVE variable with hiding while archiving is not enabled Revert README --- pelican-bootstrap3/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index 610d050..8757f1a 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -144,7 +144,9 @@ {% endif %} + {% if ARCHIVES_SAVE_AS %}
  • Archives
  • + {% endif %} -- cgit v1.1