diff --git a/homepage/publishconf.py b/homepage/publishconf.py index 949e597..9d99cf8 100644 --- a/homepage/publishconf.py +++ b/homepage/publishconf.py @@ -12,6 +12,7 @@ SITEURL = os.environ.get('SITEURL', 'https://www.offen.dev') FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ALL_RSS = 'feeds/all.rss.xml' +RSS_FEED_SUMMARY_ONLY = False DELETE_OUTPUT_DIRECTORY = True