From 539a19b1a050192f3280bb9e97c5f58894ead4f2 Mon Sep 17 00:00:00 2001 From: Steve Schwarz Date: Sat, 23 Feb 2013 16:43:48 -0600 Subject: [PATCH] Display feed(s) in footer if no SOCIAL links For sites where there are no SOCIAL links defined the FEED_ALL_ATOM and/or the FEED_ALL_RSS links are not displayed. --- pelican/themes/notmyidea/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/themes/notmyidea/templates/base.html b/pelican/themes/notmyidea/templates/base.html index f8b02662..6b11cb09 100644 --- a/pelican/themes/notmyidea/templates/base.html +++ b/pelican/themes/notmyidea/templates/base.html @@ -54,7 +54,7 @@ {% endif %} - {% if SOCIAL %} + {% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %}

social