From bb63360655369d98029fb26b6c39e67f8d47ce15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 24 Oct 2012 18:45:43 +0200 Subject: [PATCH] Add the feeds into the bootlex theme --- bootlex/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html index 3aaffa6..481fb28 100644 --- a/bootlex/templates/base.html +++ b/bootlex/templates/base.html @@ -7,6 +7,10 @@ + + {% if FEED_RSS %} + + {% endif %} {% endblock head %} {% include 'analytics.html' %}