mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
♿️ fix: atom feed alt description
This commit is contained in:
parent
48d10f59a5
commit
d41c9b5c86
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ menu = [
|
||||||
|
|
||||||
#The icons available can be found in "social_icons" in the "static" folder
|
#The icons available can be found in "social_icons" in the "static" folder
|
||||||
socials = [
|
socials = [
|
||||||
{ name = "github", url = "$BASE_URL/atom.xml", icon = "rss" },
|
{ name = "atom feed", url = "$BASE_URL/atom.xml", icon = "rss" },
|
||||||
{ name = "github", url = "https://github.com/welpo/", icon = "github" },
|
{ name = "github", url = "https://github.com/welpo/", icon = "github" },
|
||||||
{ name = "soundcloud", url = "https://soundcloud.com/oskerwyld", icon = "soundcloud" },
|
{ name = "soundcloud", url = "https://soundcloud.com/oskerwyld", icon = "soundcloud" },
|
||||||
{ name = "instagram", url = "https://instagram.com/oskerwyld", icon = "instagram" },
|
{ name = "instagram", url = "https://instagram.com/oskerwyld", icon = "instagram" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue