From eee784688eae05ab2f5b59ccd605dfd1f961ca7a Mon Sep 17 00:00:00 2001 From: Daniel Jr Date: Fri, 17 Apr 2026 02:24:06 -0300 Subject: [PATCH] add mastodon verifier Signed-off-by: Daniel Jr --- hugo.toml | 1 + layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 9b37e3f..d3ee479 100644 --- a/hugo.toml +++ b/hugo.toml @@ -33,6 +33,7 @@ show_updated = true showReadTime = false pubkey = "https://danielmrcl.dev/gpg.asc" bitcoin = "bc1qmu7ulnq7uyc474jwcupf9y5jx7t0r63hr73tww" +mastodon = "https://mastodon.social/@danielmrcl" [params.comments] enabled = false diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 75db833..ad688d1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -14,6 +14,6 @@
  • {{ .Name }}
  • {{ end }} - + Mastodon -- 2.47.3