From d41c9b5c86eafe34f2d3befb4bfd81a383e1ee66 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 8 Feb 2023 02:10:03 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20fix:=20atom=20feed=20alt?= =?UTF-8?q?=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 4430c7a..3397940 100644 --- a/config.toml +++ b/config.toml @@ -35,7 +35,7 @@ menu = [ #The icons available can be found in "social_icons" in the "static" folder 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 = "soundcloud", url = "https://soundcloud.com/oskerwyld", icon = "soundcloud" }, { name = "instagram", url = "https://instagram.com/oskerwyld", icon = "instagram" },