diff options
author | Stef Walter <stefw@redhat.com> | 2021-01-22 09:48:28 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2021-01-22 09:48:28 +0100 |
commit | dc69eb4f5bb538f504960813332321901cc515dc (patch) | |
tree | 8bd18ec552b6c716b4832c3bab5bb385254c5093 | |
parent | 65e0c56ede1438f2683e665d494ea9a998ec3251 (diff) |
Fix up Atom error
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py index cd3d63a..bcdacef 100644 --- a/publishconf.py +++ b/publishconf.py @@ -14,7 +14,7 @@ SITEURL = 'http://stef.thewalter.net' RELATIVE_URLS = False 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 |