From c454e71afdc95713e6d4f9ea493cac7d1fe4f2b3 Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Sun, 30 Oct 2022 13:08:51 -0400 Subject: [PATCH] Add extra social button. --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 196fe84..5d875f0 100644 --- a/config.toml +++ b/config.toml @@ -39,7 +39,8 @@ hermit_menu = [ hermit_social = [ { name = "github", link = "https://github.com/IslandUsurper" }, -{ name = "twitter", link = "https://fosstodon.org/@IslandUsurper" } +{ name = "twitter", link = "https://fosstodon.org/@IslandUsurper" }, +{ name = "twitter", link = "https://theres.life/@IslandUsurper" } ] [extra.author]