From 20fac95dfcc5e9d1488ef04fce88309c82880875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 4 Oct 2012 02:44:56 +0200 Subject: [PATCH] s/FEED/FEED_ATOM in the templates --- theme/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/base.html b/theme/templates/base.html index 9ce5a16..ca67669 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -4,7 +4,7 @@ {% block title %}{{ SITENAME }}{%endblock%} - + {% if FEED_RSS %} {% endif %}