diff options
Diffstat (limited to 'theme/templates/base.html')
-rw-r--r-- | theme/templates/base.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 6867ec7..27af447 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -28,9 +28,8 @@ </nav> <main id="main">{% block main %}{% endblock %}</main> <footer> - <p>Donate: <a href="monero:82frXv83WVsGbTwuqSyb27cvy67JpD7Ktaij12Avy6ogfZatsgPG67YgsmEmvTFLKd1Rk7MUwx8D31ieGwLdD4wa4KdtxDB">XMR</a> - | <a href="ethereum:0x11255046Ccd637f1ACc78ae7c8849870f85638B3">ETH</a> - | <a href="bitcoin:bc1qw4rg9rsxru2j6kvda3ehl5uc38tygdnd5tu5j2">BTC</a> + <p>Donate: <a href="ethereum:0xEf638Cd5a0469C20CA0863Ece457D0cAa6c4D5E0">ETH</a> + | <a href="bitcoin:bc1qv2yg3862klgzntrgk5ajc66ae8lfuqv58mhpsk">BTC</a> </p> <p>Last build: <<time datetime="{{ now() | strftime("%Y-%m-%d") }}">{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>></p> <p> |