forked from github/pelican
Merge pull request #2051 from Totktonada/feature/rss_full_content_opt
Add option to include full content into RSS feeds
This commit is contained in:
commit
f17f3068e3
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