From fed58d823d904e59f9aec377d3e46f184ddd8a2a Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 29 Jul 2021 10:06:43 -0400 Subject: [PATCH] Added real BTC address to footer. --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e561df6..c608fdb 100755 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -35,7 +35,7 @@ <ul class="fa-ul"> <li><i class="fa-li fas fa-heart fa-fw"></i>Contribute what we need most, time, by helping with one of <a href="https://git.qoto.org/CleverThis" target="_blank">our projects</a>.</li> <li><i class="fa-li fas fa-heart fa-fw"></i>Donate Ethereum or CleverCoin to the following address: 0x8758B820F64b4eb080e476a3478cECcE53213386.</li> - <li><i class="fa-li fas fa-heart fa-fw"></i>Donate Bitcoin to the following address: 0x8758B820F64b4eb080e476a3478cECcE53213386.</li> + <li><i class="fa-li fas fa-heart fa-fw"></i>Donate Bitcoin (BTC) to the following address: bc1qj3tl8385yssh3m0222z6d9d84qlvmwng5ltlhd.</li> </ul> </div> </div> -- GitLab