krz/hn

A brutalist web client for Hacker News.

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

2c2d9064604a3882af3466f3dce211825ef4325a

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-03T16:28:19Z

fix source link
 templates/base.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/base.html b/templates/base.html
index d882f00..a9a2421 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -19,8 +19,8 @@
 {{items}}
 </ul>
 <footer>
-    <a href="https://git.cleberg.net/hn.git">source code</a>
+    <a href="https://git.krz.sh/krz/hn.git">source code</a>
     <br><span>{{build}}</span>
 </footer>
 </body>
-</html>
\ No newline at end of file
+</html>