fixed rss feed link to keep the same available now

proposta-home
putro 2019-03-27 16:54:04 +01:00
parent 592cea3c48
commit cd365c86d7
2 changed files with 2 additions and 2 deletions

View File

@ -74,4 +74,4 @@ MENUITEMS = (('HOME |', '/index.html'),
('CATEGORIE |', '/categories.html'),
('TAG |', '/tags.html'),
('CONTATTI |', '/contatti'),
('RSS', '/feeds/all.atom.xml'),)
('RSS', '/feed.xml'),)

View File

@ -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