diff --git a/pelicanconf.py b/pelicanconf.py index 55733b7..db2649c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -59,6 +59,7 @@ SOCIAL = ( ("envelope", "mailto:t.schmittlauch+blog@orlives.de"), ("git", "https://git.orlives.de/schmittlauch/"), ("github", "https://github.com/schmittlauch/"), + ("rss", f"/{FEED_ALL_ATOM}"), ) DEFAULT_PAGINATION = 10