add feed link to social icons

mainline
Trolli Schmittlauch 2022-03-06 21:59:39 +01:00
parent 709475c605
commit 8b9555a72f
1 changed files with 1 additions and 0 deletions

View File

@ -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