diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index 772f98d..450c875 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -6,7 +6,7 @@ from pelican_decorate_content import decorate_content RELATIVE_URLS = False AUTHOR = 'offen' -SITENAME = 'offen' +SITENAME = 'Fair Web Analytics | Offen' PATH = 'content' TIMEZONE = 'Europe/Berlin' DEFAULT_LANG = 'en' diff --git a/homepage/publishconf.py b/homepage/publishconf.py index 17a1e20..9d99cf8 100644 --- a/homepage/publishconf.py +++ b/homepage/publishconf.py @@ -11,6 +11,8 @@ SITEURL = os.environ.get('SITEURL', 'https://www.offen.dev') # RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml' +FEED_ALL_RSS = 'feeds/all.rss.xml' +RSS_FEED_SUMMARY_ONLY = False DELETE_OUTPUT_DIRECTORY = True diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index 73a2ed6..84d1e0c 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -32,6 +32,8 @@ {% if OFFEN_ACCOUNT_ID and not no_stats %} {% endif %} + + {% endblock %}