diff options
| author | Christian Cleberg <[email protected]> | 2025-07-27 22:54:09 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-07-27 22:54:09 -0500 |
| commit | 57c2d34d950b0589348a722b752cd11be945cde3 (patch) | |
| tree | 665e84c7663c73e2d4ee678edc5ab688d2e19d86 | |
| parent | 2c1694a91cc5aa43ea21e5a8faf9622efd3bf20f (diff) | |
| download | cleberg.net-57c2d34d950b0589348a722b752cd11be945cde3.tar.gz cleberg.net-57c2d34d950b0589348a722b752cd11be945cde3.tar.bz2 cleberg.net-57c2d34d950b0589348a722b752cd11be945cde3.zip | |
fix: update crypto wallets
| -rw-r--r-- | theme/templates/base.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 27af447..74ef7bd 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -28,8 +28,9 @@ </nav> <main id="main">{% block main %}{% endblock %}</main> <footer> - <p>Donate: <a href="ethereum:0xEf638Cd5a0469C20CA0863Ece457D0cAa6c4D5E0">ETH</a> - | <a href="bitcoin:bc1qv2yg3862klgzntrgk5ajc66ae8lfuqv58mhpsk">BTC</a> + <p>Donate: <a href="ethereum:0x7850b2Fe6be94f90F54A099C74126430C9CeB19e">ETH</a> + | <a href="bitcoin:bc1qy74tcth6zwg88059ae9z3ghzk797fkav7zdx4k">BTC</a> + | <a href="xrp:rJz78ahN1KmushjYjEnFd8CB5vCcreJ1EE">XRP</a> </p> <p>Last build: <<time datetime="{{ now() | strftime("%Y-%m-%d") }}">{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>></p> <p> |
