diff options
| author | Christian Cleberg <[email protected]> | 2025-09-04 16:04:15 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-09-04 16:04:15 -0500 |
| commit | fcfba32bfa5ffe05f4d1acde1113bdc0f37a19c4 (patch) | |
| tree | 267cc72ba60d810a8b1344f5450a745d0b634b30 | |
| parent | 56c63be7996d3eb007c153f33248be5622827ebd (diff) | |
| download | cleberg.net-fcfba32bfa5ffe05f4d1acde1113bdc0f37a19c4.tar.gz cleberg.net-fcfba32bfa5ffe05f4d1acde1113bdc0f37a19c4.tar.bz2 cleberg.net-fcfba32bfa5ffe05f4d1acde1113bdc0f37a19c4.zip | |
remove extraneous base template elements
| -rw-r--r-- | theme/templates/base.html | 13 |
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><<time datetime="{{ now() | strftime("%Y-%m-%d") }}">{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>></p> <p> <a href="https://stats.uptimerobot.com/OwOWs7HU0z">Status</a> · <a href="https://git.sr.ht/~cxc/cleberg.net" target="_blank" rel="noopener">Source</a> · - <a href="/feed.xml">RSS</a> · - <a href="/.well-known/security.txt">security.txt</a> - </p> - <p> - <a href="https://xn--sr8hvo.ws/previous">←</a> · - <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a> · - <a href="https://xn--sr8hvo.ws/next">→</a> + <a href="/feed.xml">RSS</a> </p> </footer> </body> |
