diff --git a/pelicanconf.py b/pelicanconf.py index 377e2f5..678eb0f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -27,6 +27,7 @@ FEED_MAX_ITEMS = 100 FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ATOM = 'feed/index.html' # CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +RSS_FEED_SUMMARY_ONLY = False # global metadata to all the contents # DEFAULT_METADATA = (('yeah', 'it is'),)