fix: rss feed path
This commit is contained in:
parent
3bb66c7d34
commit
89d355a301
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ nav_links = [
|
||||||
|
|
||||||
right_icons = [
|
right_icons = [
|
||||||
{ title = "Support", link = "/support", external = false, icon = "donate.png", icon_alt = "Donate" },
|
{ 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 = [
|
mirrors = [
|
||||||
|
|
Loading…
Reference in a new issue