From 5bf6143b907a375b59285ade89c5d8334b9c7209 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Mon, 7 Nov 2016 11:46:43 +0300 Subject: [PATCH] Format feed link titles --- alchemy/templates/base.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 1cb96b7..a8de44d 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -10,28 +10,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 SHOW_FAVICONS %}