From faf19242226324b95ad96cb01d29131e7ba65e50 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 7 May 2013 08:59:38 +0200 Subject: Updated syndication link --- theme/templates/category.html | 4 ++-- theme/templates/tag.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/templates/category.html b/theme/templates/category.html index b323285..a541a1c 100755 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -22,11 +22,11 @@ {% include 'navigator.html' %} {% if CATEGORY_FEED_RSS %} - + {% endif %} {% if CATEGORY_FEED_ATOM %} - + {% endif %} {% endblock %} diff --git a/theme/templates/tag.html b/theme/templates/tag.html index 8282855..059442a 100755 --- a/theme/templates/tag.html +++ b/theme/templates/tag.html @@ -22,11 +22,11 @@ {% include 'navigator.html' %} {% if TAG_FEED_RSS %} - + {% endif %} {% if TAG_FEED_ATOM %} - + {% endif %} {% endblock %} -- cgit v1.2.3