From 5d0f1415b044ca9631f43ed933521f0c6cdfbfce Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 29 Jul 2021 09:53:27 -0400 Subject: [PATCH] Added real wallet addresses to the footer. --- layouts/partials/footer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e686e80..e561df6 100755 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -33,9 +33,9 @@ <h3 id="connect">Support</h3> <em><p>All CleverThis projects are entirely volunteer supported. If you like what we do please consider donating either time or money to support us.</p></em> <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: 0xABCDEF1234567890.</li> - <li><i class="fa-li fas fa-heart fa-fw"></i>Donate Bitcoin to the following address: 0xABCDEF123456789.</li> + <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> </ul> </div> </div> -- GitLab