krz/krz.sh

clone: git clone https://gitbay.org/krz/krz.sh.git

05391133138b4bbe9215aa4c048eabb2c2668267

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-02T23:20:41Z

point footer link to git.krz.sh; drop unused github config

- footer "github" link becomes "git" -> https://git.krz.sh
- remove now-unused config.extra.github
 config.toml         | 1 -
 templates/base.html | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index 0d900f9..46b042d 100644
--- a/config.toml
+++ b/config.toml
@@ -13,5 +13,4 @@ smart_punctuation = true
 
 [extra]
 email = "root@krz.sh"
-github = "https://github.com/krazywarez"
 tagline = "Small, durable software focused on utility, privacy, and control."
diff --git a/templates/base.html b/templates/base.html
index 0f79de1..98b1aa5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -24,7 +24,7 @@
   </main>
 
   <footer class="site-footer">
-    <p class="foot-links"><a href="mailto:{{ config.extra.email }}">{{ config.extra.email }}</a> · <a href="{{ config.extra.github }}">github</a> · <a href="{{ get_url(path="/privacy/") | safe }}">privacy</a> · &copy; {{ now() | date(format="%Y") }} · public domain</p>
+    <p class="foot-links"><a href="mailto:{{ config.extra.email }}">{{ config.extra.email }}</a> · <a href="https://git.krz.sh">git</a> · <a href="{{ get_url(path="/privacy/") | safe }}">privacy</a> · &copy; {{ now() | date(format="%Y") }} · public domain</p>
   </footer>
 </body>
 </html>