Restore full content inside RSS feed
This commit is contained in:
parent
0025bc7f01
commit
c3e291f3de
|
@ -27,6 +27,7 @@ FEED_ALL_RSS = 'rss.xml'
|
|||
FEED_MAX_ITEMS = 4
|
||||
CATEGORY_FEED_ATOM = 'categories/{slug}/atom.xml'
|
||||
CATEGORY_FEED_RSS = 'categories/{slug}/rss.xml'
|
||||
RSS_FEED_SUMMARY_ONLY = False
|
||||
|
||||
DEFAULT_PAGINATION = 10
|
||||
|
||||
|
|
Loading…
Reference in New Issue