From d8d2fd9b88bbf2e6758710b4b7d25f60ef23bb24 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 5 Oct 2023 13:07:53 -0400 Subject: [PATCH] config: fix github url --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index cc529aa..ba611f9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -33,7 +33,7 @@ enableRobotsTXT = true avatarSize = "size-m" accentColor = "#74c7ec" socialIcons = [ - {name = "github", url = "https://github.com/"}, + {name = "github", url = "https://github.com/notohh"}, {name = "twitter", url = "https://twitter.com/notohhh"}, {name = "twitch", url = "https://www.twitch.tv/notohh"}, {name = "discord", url = "https://discord.com/users/155965294429470720"}