diff options
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py index 26a9b17..66276db 100644 --- a/publishconf.py +++ b/publishconf.py @@ -14,7 +14,7 @@ SITEURL = 'https://copyninja.info' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' # Use folders as category USE_FOLDER_AS_CATEGORY = True |