Use {slug} instead of %s in pelicanconf

This commit is contained in:
Adam Goldsmith 2023-03-24 13:45:45 -04:00
parent b96d21c6c6
commit 1a94ece546

View File

@ -14,6 +14,6 @@ SITEURL = 'https://adamgoldsmith.name/blag'
RELATIVE_URLS = False RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True DELETE_OUTPUT_DIRECTORY = True