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

mainline
Trolli Schmittlauch 2 years ago
parent 8b9555a72f
commit 7f0ec78ce6

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

Loading…
Cancel
Save