summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2021-01-22 09:48:28 +0100
committerStef Walter <stefw@redhat.com>2021-01-22 09:48:28 +0100
commitdc69eb4f5bb538f504960813332321901cc515dc (patch)
tree8bd18ec552b6c716b4832c3bab5bb385254c5093
parent65e0c56ede1438f2683e665d494ea9a998ec3251 (diff)
Fix up Atom error
-rw-r--r--publishconf.py2
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