aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/base.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 6a880e3..da51341 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -29,22 +29,11 @@
</nav>
<main id="main">{% block main %}{% endblock %}</main>
<footer>
- <p><a href="ethereum:0x7850b2Fe6be94f90F54A099C74126430C9CeB19e">ETH</a>
- | <a href="bitcoin:bc1qy74tcth6zwg88059ae9z3ghzk797fkav7zdx4k">BTC</a>
- | <a href="xrp:rJz78ahN1KmushjYjEnFd8CB5vCcreJ1EE">XRP</a>
- </p>
- <p>&lt;<time datetime="{{ now() | strftime("%Y-%m-%d") }}">{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>&gt;</p>
<p>
<a href="https://stats.uptimerobot.com/OwOWs7HU0z">Status</a> &middot;
<a href="https://git.sr.ht/~cxc/cleberg.net" target="_blank"
rel="noopener">Source</a> &middot;
- <a href="/feed.xml">RSS</a> &middot;
- <a href="/.well-known/security.txt">security.txt</a>
- </p>
- <p>
- <a href="https://xn--sr8hvo.ws/previous">←</a> &middot;
- <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a> &middot;
- <a href="https://xn--sr8hvo.ws/next">→</a>
+ <a href="/feed.xml">RSS</a>
</p>
</footer>
</body>