From d2127577b773c84dda0416e94f9f86a47b790600 Mon Sep 17 00:00:00 2001 From: Raphael Hoegger Date: Wed, 10 Feb 2016 01:04:46 +0100 Subject: tag_cloud is a plugin as of 3.6.0 of pelican + making feed_atom optional --- new-bootstrap2/templates/sidebar.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/new-bootstrap2/templates/sidebar.html b/new-bootstrap2/templates/sidebar.html index e4ffcdd..88443b4 100644 --- a/new-bootstrap2/templates/sidebar.html +++ b/new-bootstrap2/templates/sidebar.html @@ -7,7 +7,9 @@ {% endif %} {% if SOCIAL %} +{% if FEED_ATOM %}
  • atom feed
  • +{% endif %} {% if FEED_RSS %}
  • rss feed
  • {% endif %} @@ -25,6 +27,7 @@ {% endfor %} +{% if 'tag_cloud' in PLUGINS %} {#
  • @@ -36,6 +39,7 @@
  • {% endfor %} +{% endif %} {#
    -- cgit v1.1