🐛 fix: proper URL for multilingual rss/atom feeds

This commit is contained in:
welpo
2023-06-05 23:48:34 +02:00
parent c7a411e157
commit 56a3061573
2 changed files with 11 additions and 2 deletions

View File

@@ -136,9 +136,11 @@ menu = [
{ name = "projects", url = "projects/" },
]
# The icons available can be found in "social_icons" in the "static" folder
# The RSS icon will be shown if (1) it's enabled and (2) the following variable is set to true.
feed_icon = true
# The icons available can be found in "social_icons" in the "static" folder.
socials = [
{ name = "atom feed", url = "$BASE_URL/atom.xml", icon = "rss" },
{ name = "github", url = "https://github.com/welpo/", icon = "github" },
{ name = "soundcloud", url = "https://soundcloud.com/oskerwyld", icon = "soundcloud" },
{ name = "instagram", url = "https://instagram.com/oskerwyld", icon = "instagram" },