aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-03-02 20:11:01 -0600
committerChristian Cleberg <hello@cleberg.net>2025-03-02 20:11:01 -0600
commitb6068f40908e9185fa8b04df1ebde52866f81296 (patch)
tree6ac5e7c30154d3046b3b76db756249213aef85fe /theme
parentb64dfddb9d920600a34f9b1461950c2c8bc78f0a (diff)
downloadcleberg.net-b6068f40908e9185fa8b04df1ebde52866f81296.tar.gz
cleberg.net-b6068f40908e9185fa8b04df1ebde52866f81296.tar.bz2
cleberg.net-b6068f40908e9185fa8b04df1ebde52866f81296.zip
update footer links
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/base.html9
-rw-r--r--theme/templates/index.html9
2 files changed, 7 insertions, 11 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 8c3beb3..bd0f011 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -27,11 +27,16 @@
</nav>
<main>{% block main %}{% endblock %}</main>
<footer>
- <p>Last build: &lt;{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</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: &lt;{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</p>
<p>
<a href="https://git.sr.ht/~cyborg/cleberg.net" target="_blank"
rel="noopener">Source Code</a> &middot;
- <a href="/feed.xml">RSS Feed</a>
+ <a href="/feed.xml">RSS Feed</a> &middot;
+ <a href="/.well-known/security.txt">security.txt</a>
</p>
</footer>
</body>
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 5c35c9b..905bd57 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -54,13 +54,4 @@ uid [ultimate] Christian Cleberg &lt;hello@cleberg.net&gt;</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 %}