quickfix: social feed URL taken from develop conf, not from publish conf
This commit is contained in:
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…
Reference in a new issue