mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-10-01 04:35:37 -04:00
fix: rss feed path
This commit is contained in:
parent
3bb66c7d34
commit
89d355a301
@ -26,7 +26,7 @@ nav_links = [
|
||||
|
||||
right_icons = [
|
||||
{ title = "Support", link = "/support", external = false, icon = "donate.png", icon_alt = "Donate" },
|
||||
{ title = "ATOM Feed", link = "/atom.xml", external = true, icon = "rss_1.png", icon_alt = "ATOM Feed" },
|
||||
{ title = "ATOM Feed", link = "/index.xml", external = true, icon = "rss_1.png", icon_alt = "ATOM Feed" },
|
||||
]
|
||||
|
||||
mirrors = [
|
||||
|
Loading…
Reference in New Issue
Block a user