From: Daniel Jr Date: Tue, 21 Apr 2026 21:04:39 +0000 (-0300) Subject: add mastodon as social link X-Git-Url: https://git.danielmrcl.dev/?a=commitdiff_plain;h=771481ec82114dbd45e4dc3775eaef603b917464;p=danielmrcl.dev.git add mastodon as social link Signed-off-by: Daniel Jr --- diff --git a/hugo.toml b/hugo.toml index d3ee479..8197d1a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -33,7 +33,7 @@ show_updated = true showReadTime = false pubkey = "https://danielmrcl.dev/gpg.asc" bitcoin = "bc1qmu7ulnq7uyc474jwcupf9y5jx7t0r63hr73tww" -mastodon = "https://mastodon.social/@danielmrcl" +mastodon = "https://mastodon.social/@danielmrcl" # TODO check if can be removed [params.comments] enabled = false @@ -50,3 +50,6 @@ link = "https://click.danielmrcl.dev/github" [[params.social]] name = "gitlab" link = "https://click.danielmrcl.dev/gitlab" +[[params.social]] +name = "mastodon" +link = "https://mastodon.social/@danielmrcl"