From de57b6fd929b7ce1a93db6442d01321786ccc9b6 Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Mon, 7 Apr 2025 19:26:36 +0100
Subject: General housekeeping, removed some defunct features

---
 templates/index.html.j2     | 2 +-
 templates/questions.html.j2 | 2 +-
 templates/template.html.j2  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'templates')

diff --git a/templates/index.html.j2 b/templates/index.html.j2
index 49c2794..53ca77e 100755
--- a/templates/index.html.j2
+++ b/templates/index.html.j2
@@ -16,7 +16,7 @@
         <h3>recent git commits:</h3>
         <ul>
             {% for commit in commits %}
-                <li>[<a href="{{'https://git.eda.gay/' + commit['repo']}}">{{commit["repo"]}}</a>] {+{{commit["stats"]["additions"]}}; -{{commit["stats"]["deletions"]}}} <a href="{{commit['url'].replace('github.com/jwansek', 'git.eda.gay')}}">{{commit["message"]}}</a> - <a href="{{commit['url']}}">github mirror</a></li>
+                <li>[<a href="{{commit['git_repo_url']}}">{{commit["repo"]}}</a>] {+{{commit["stats"]["additions"]}}; -{{commit["stats"]["deletions"]}}} <a href="{{commit['git_commit_url']}}">{{commit["message"]}}</a> - <a href="{{commit['github_commit_url']}}">github mirror</a></li>
             {% endfor %}
         </ul>
     </section>
diff --git a/templates/questions.html.j2 b/templates/questions.html.j2
index bf6b278..97edd38 100644
--- a/templates/questions.html.j2
+++ b/templates/questions.html.j2
@@ -1,6 +1,6 @@
 {% extends "template.html.j2" %}
 {% block content %}
-    <h4><a href="https://tellonym.me/boymoderology">ask a question!</a></h4>
+    <h4><a href="https://whispa.sh/@boymoderology">ask a question!</a></h4>
     <dl>
         {% for id_, link, dt, question, answer in qnas %}
             <dt><a href="{{ link }}">{{ dt.isoformat() }}</a></dt>
diff --git a/templates/template.html.j2 b/templates/template.html.j2
index b0ce156..1c9e99e 100755
--- a/templates/template.html.j2
+++ b/templates/template.html.j2
@@ -8,7 +8,7 @@
         
         <meta content="{{title}}" property="og:title" />
         <meta content="Formerly chuck's" property="og:description" />
-        <meta content="https://eda.gay" property="og:url" />
+        <meta content="https://boymoder.blog" property="og:url" />
         <meta content="/img/greenboi.jpg?h=512&w=512" property="og:image" />
     </head>
     <body>
@@ -49,7 +49,7 @@
             </div>
             <footer>
                 <p>this site is <a href="/thought?id=3">javascript free</a></p>
-                <a href="https://git.eda.gay/eda.gay/file/LICENSE.html">sauce code released under gplv3</a> <a href="https://github.com/jwansek/eda.gay">alternate git link</a>
+                <a href="https://git.eda.gay/eda.gay.git/tree/LICENSE">sauce code released under gplv3</a> <a href="https://github.com/jwansek/eda.gay">alternate git link</a>
                 <div id="footer_banners">
                     <p>
                         <a href="http://jigsaw.w3.org/css-validator/check/referer">
-- 
cgit v1.2.3