From a998cdaa971ecf1c7e9ecc3e4b61e71921c34524 Mon Sep 17 00:00:00 2001 From: Peter Fraenkel Date: Sat, 21 Sep 2013 12:36:24 -0400 Subject: Category and tag-specific feeds --- pelican-bootstrap3/templates/base.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html index ab505eb..6d7a5a0 100644 --- a/pelican-bootstrap3/templates/base.html +++ b/pelican-bootstrap3/templates/base.html @@ -52,13 +52,21 @@ + {% if page_name == "index" %} {% if FEED_ALL_ATOM %} {% endif %} - {% if FEED_ALL_RSS %} - + {% endif %} + + {% if tag and TAG_FEED_ATOM %} + + {% endif %} + + {% if category and CATEGORY_FEED_ATOM %} + {% endif %} {% include 'includes/ga.html' %} @@ -118,6 +126,7 @@ + {% include 'includes/disqus_script.html' %} - \ No newline at end of file + -- cgit v1.1