mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🐛 fix: proper URL for multilingual rss/atom feeds
This commit is contained in:
parent
c7a411e157
commit
56a3061573
2 changed files with 11 additions and 2 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue