forked from github/pelican
Add option to include full content into RSS feeds
Include only summary by default. This follow ups pull [1], where RSS feeds become summary-only. [1]: https://github.com/getpelican/pelican/pull/1989
This commit is contained in:
parent
c413bcdb94
commit
d3b22c6e21
3 changed files with 13 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ DEFAULT_CONFIG = {
|
|||
'AUTHOR_FEED_RSS': posix_join('feeds', '%s.rss.xml'),
|
||||
'TRANSLATION_FEED_ATOM': posix_join('feeds', 'all-%s.atom.xml'),
|
||||
'FEED_MAX_ITEMS': '',
|
||||
'RSS_FEED_SUMMARY_ONLY': True,
|
||||
'SITEURL': '',
|
||||
'SITENAME': 'A Pelican Blog',
|
||||
'DISPLAY_PAGES_ON_MENU': True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue