diff options
Diffstat (limited to 'theme/templates/base.html')
-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> |