From bb4767344dfe9a6989efe7bc43c12162381579f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 22 Nov 2019 15:52:52 -0500 Subject: [PATCH] refactoring feeds translation --- cl-theme/templates/base.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index d49ad8a..10a7196 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -12,28 +12,28 @@ {% if FEED_ALL_ATOM %} - + {% endif %} {% if FEED_ALL_RSS %} - + {% endif %} {% if FEED_ATOM %} - + {% endif %} {% if FEED_RSS %} - + {% endif %} {% if CATEGORY_FEED_ATOM and category %} - + {% endif %} {% if CATEGORY_FEED_RSS and category %} - + {% endif %} {% if TAG_FEED_ATOM and tag %} - + {% endif %} {% if TAG_FEED_RSS and tag %} - + {% endif %} {% if TRANSLATION_FEED_ATOM %} {% for LANG in LANGS %}