Add links to RSS and Atom feed

This commit is contained in:
2025-06-22 15:50:30 -06:00
parent 6666320cbd
commit 118c471d00
3 changed files with 5 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
#TAG_FEED_ATOM = 'feeds/{slug}/atom.xml'
#TAG_FEED_RSS = 'feeds/{slug}/rss.xml'
TAG_FEED_ATOM = 'test-atom.xml'
TAG_FEED_RSS = 'test-rss.xml'
TAG_FEED_ATOM = 'atom.xml'
TAG_FEED_RSS = 'rss.xml'
RSS_FEED_SUMMARY_ONLY = False # include full content
DEFAULT_PAGINATION = False