From: Daniel Jr Date: Sat, 4 Apr 2026 00:13:22 +0000 (-0300) Subject: add bitcoin address X-Git-Url: https://git.danielmrcl.dev/?a=commitdiff_plain;h=7286f5b009478c4b020d20438e1d0b9a29921a55;p=danielmrcl.dev.git add bitcoin address Signed-off-by: Daniel Jr --- diff --git a/hugo.toml b/hugo.toml index e473d65..8cd11f9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -32,6 +32,7 @@ tagsOverview = true show_updated = true showReadTime = false pubkey = "https://danielmrcl.dev/gpg.asc" +bitcoin = "bc1qmu7ulnq7uyc474jwcupf9y5jx7t0r63hr73tww" [params.comments] enabled = false diff --git a/layouts/index.html b/layouts/index.html index 5028a2a..db451b8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -38,6 +38,9 @@ {{ partial "optional-about.html" . }} {{ if isset .Site.Params "pubkey"}} pubkey: {{ .Site.Params.pubkey }} + {{ end }}
+ {{ if isset .Site.Params "bitcoin"}} + bitcoin: {{ .Site.Params.bitcoin }} {{ end }}