From: Vladimír Vondruš Date: Tue, 11 Jul 2017 15:08:25 +0000 (+0200) Subject: theme: use different setting for feed URLs. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=e59325a7e8d35711238f816dc73bb8fa765974a0;p=blog.git theme: use different setting for feed URLs. --- diff --git a/pelican-theme/templates/base.html b/pelican-theme/templates/base.html index 626c0b54..f9df7df0 100644 --- a/pelican-theme/templates/base.html +++ b/pelican-theme/templates/base.html @@ -9,11 +9,11 @@ - {% if FEED_ALL_ATOM %} - + {% if FEED_ALL_ATOM_URL %} + {% endif %} - {% if CATEGORY_FEED_ATOM and category %} - + {% if CATEGORY_FEED_ATOM_URL and category %} + {% endif %} {% endblock head %}