Skip to content

Commit d2a4d48

Browse files
Thierry Chappuisfreezed
authored andcommitted
Corrected deprecation in publishconf.py
1 parent 18ac1db commit d2a4d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
RELATIVE_URLS = False
1515

1616
FEED_ALL_ATOM = 'feeds/all.atom.xml'
17-
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
17+
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
1818

1919
DELETE_OUTPUT_DIRECTORY = True
2020

0 commit comments

Comments
 (0)