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