From 94c5db216f7d0d7494f61d612e8715da99d9cda4 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 29 Apr 2013 20:23:46 -0700 Subject: Add feeds & other fixes to Bootstrap base.html --- bootstrap/templates/base.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/bootstrap/templates/base.html b/bootstrap/templates/base.html index 49fbd7d..45ddcdc 100644 --- a/bootstrap/templates/base.html +++ b/bootstrap/templates/base.html @@ -6,15 +6,24 @@ - + - + + + + {% if FEED_ALL_ATOM %} + + {% endif %} + {% if FEED_ALL_RSS %} + + {% endif %} + {% include "analytics.html" %} {% include "disqus.html" %} @@ -24,7 +33,7 @@
- {{ SITENAME }} + {{ SITENAME }}
-- cgit