cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
526f853c7fdde80478b408ef78c42dcf8e3cdcf9
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-03-03T02:11:01Z
theme/templates/base.html | 9 +++++++-- theme/templates/index.html | 9 --------- 2 files changed, 7 insertions(+), 11 deletions(-) @@ -27,11 +27,16 @@ </nav> <main>{% block main %}{% endblock %}</main> <footer> - <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> + <p>Donate: <a href="monero:82frXv83WVsGbTwuqSyb27cvy67JpD7Ktaij12Avy6ogfZatsgPG67YgsmEmvTFLKd1Rk7MUwx8D31ieGwLdD4wa4KdtxDB">XMR</a> + | <a href="ethereum:0x11255046Ccd637f1ACc78ae7c8849870f85638B3">ETH</a> + | <a href="bitcoin:bc1qw4rg9rsxru2j6kvda3ehl5uc38tygdnd5tu5j2">BTC</a> + </p> + <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> <p> <a href="https://git.sr.ht/~cyborg/cleberg.net" target="_blank" rel="noopener">Source Code</a> · - <a href="/feed.xml">RSS Feed</a> + <a href="/feed.xml">RSS Feed</a> · + <a href="/.well-known/security.txt">security.txt</a> </p> </footer> </body> @@ -54,13 +54,4 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> </ul> </section> -<section> - <h2>Donate</h2> - <ul> - <li>XMR: <a href="monero:82frXv83WVsGbTwuqSyb27cvy67JpD7Ktaij12Avy6ogfZatsgPG67YgsmEmvTFLKd1Rk7MUwx8D31ieGwLdD4wa4KdtxDB">Monero</a></li> - <li>ETH: <a href="ethereum:0x11255046Ccd637f1ACc78ae7c8849870f85638B3">Ethereum</a></li> - <li>BTC: <a href="bitcoin:bc1qw4rg9rsxru2j6kvda3ehl5uc38tygdnd5tu5j2">Bitcoin</a></li> - </ul> -</section> - {% endblock %}