From dc9b30ca5b22b07ef095d10feb1c768cd07b36b6 Mon Sep 17 00:00:00 2001 From: lauralani Date: Wed, 2 Aug 2023 15:20:01 +0200 Subject: [PATCH] add mastodon --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index 6f7740a..8be179f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,6 +14,7 @@ headline = "A network of awesome people" image = "img/purple-heart.png" # path relative to static directory links = [ + { mastodon = { href = "https://social.lila.network", text = "Fediverse Mastodon Instance" } }, { forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } }, { custom-ci = { href = "https://ci.lila.network", text = "lila.network Continuous Integration" } },