From b5aed478092342c0b572171764710839d6459c02 Mon Sep 17 00:00:00 2001 From: Gareth Pulham Date: Tue, 22 Nov 2016 03:58:26 +0000 Subject: Fix bootstrap2 atom feed in sidebar --- bootstrap2/templates/sidebar.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap2/templates/sidebar.html b/bootstrap2/templates/sidebar.html index 84b709d..745c05e 100644 --- a/bootstrap2/templates/sidebar.html +++ b/bootstrap2/templates/sidebar.html @@ -7,7 +7,9 @@ {% endif %} {% if SOCIAL %} -
  • atom feed
  • +{% if FEED_ALL_ATOM %} +
  • atom feed
  • +{% endif %} {% if FEED_RSS %}
  • rss feed
  • {% endif %} -- cgit