From fc5d0133e72b9f146bcc5e6998ea9162a1997409 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 2 May 2013 22:35:20 +0200 Subject: Updated atom and rss feed broken since pelican 3.2 --- extras/htaccess | 4 ++++ theme/templates/base.html | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/extras/htaccess b/extras/htaccess index f5647b9..408c2c5 100644 --- a/extras/htaccess +++ b/extras/htaccess @@ -5,3 +5,7 @@ Redirect /feed/ /feed # On n'autorise pas le parcours des répertoires DirectoryIndex index.html /404.htm + +# Flux cassé depuis la maj de pelican +Redirect /feeds/Libre.atom /feeds/libre.atom +Redirect /feeds/Perso.atom /feeds/perso.atom diff --git a/theme/templates/base.html b/theme/templates/base.html index 93ae32c..59e4619 100755 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -8,19 +8,19 @@ {% if tag %} {% if TAG_FEED_ATOM %} - + {% endif %} {% if TAG_FEED_RSS %} - + {% endif %} {% endif %} {% if category %} {% if CATEGORY_FEED_ATOM %} - + {% endif %} {% if CATEGORY_FEED_RSS %} - + {% endif %} {% endif %} -- cgit v1.2.3