diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-02 22:35:20 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-02 22:35:20 +0200 |
commit | fc5d0133e72b9f146bcc5e6998ea9162a1997409 (patch) | |
tree | 801a83b2b6db80ca38864ad9d5d365bc15ad15c7 /extras | |
parent | d4a38f3e3d395d03e6ccbf6b8f4317c9848addf8 (diff) |
Updated atom and rss feed broken since pelican 3.2
Diffstat (limited to 'extras')
-rw-r--r-- | extras/htaccess | 4 |
1 files changed, 4 insertions, 0 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 |