cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

fcfba32bfa5ffe05f4d1acde1113bdc0f37a19c4

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-09-04T21:04:15Z

remove extraneous base template elements
 theme/templates/base.html | 13 +------------
 1 file changed, 1 insertion(+), 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>