From 7286f5b009478c4b020d20438e1d0b9a29921a55 Mon Sep 17 00:00:00 2001 From: Daniel Jr Date: Fri, 3 Apr 2026 21:13:22 -0300 Subject: [PATCH] add bitcoin address Signed-off-by: Daniel Jr --- hugo.toml | 1 + layouts/index.html | 3 +++ 2 files changed, 4 insertions(+) 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 }} -- 2.47.3