quickfix: social feed URL taken from develop conf, not from publish conf

mainline
Trolli Schmittlauch 2022-03-06 22:04:33 +01:00
parent 8b9555a72f
commit 7f0ec78ce6
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +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}"),
("rss", f"/feeds/all.atom.xml"),
)
DEFAULT_PAGINATION = 10