From cd365c86d7e746aea97213dc17bb2b203f22485b Mon Sep 17 00:00:00 2001 From: putro Date: Wed, 27 Mar 2019 16:54:04 +0100 Subject: [PATCH] fixed rss feed link to keep the same available now --- pelicanconf.py | 2 +- publishconf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index fcb49a7..f5e3d3a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -74,4 +74,4 @@ MENUITEMS = (('HOME |', '/index.html'), ('CATEGORIE |', '/categories.html'), ('TAG |', '/tags.html'), ('CONTATTI |', '/contatti'), - ('RSS', '/feeds/all.atom.xml'),) + ('RSS', '/feed.xml'),) diff --git a/publishconf.py b/publishconf.py index 551f15b..d1cdb38 100644 --- a/publishconf.py +++ b/publishconf.py @@ -15,7 +15,7 @@ SITEURL = 'https://unit.abbiamoundominio.org/tmp/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds.atom.xml' -FEED_ALL_RSS = 'feeds.xml' +FEED_ALL_RSS = 'feed.xml' DELETE_OUTPUT_DIRECTORY = True