Skip to content

Commit 9dd5f3d

Browse files
committed
ativado geração de Feed RSS e ATOM por autor
1 parent 2d9ee37 commit 9dd5f3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

publishconf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
FEED_ALL_ATOM = 'feeds/all.atom.xml'
1818
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
19+
AUTHOR_FEED_RSS = 'feeds/authors/%s.rss.xml'
20+
AUTHOR_FEED_ATOM = 'feeds/authors/%s.atom.xml'
21+
1922

2023
DELETE_OUTPUT_DIRECTORY = True
2124

0 commit comments

Comments
 (0)