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 @@