krz/hn
A brutalist web client for Hacker News.
clone: git clone https://gitbay.org/krz/hn.git
6f7ee0d2dfd9c44a1f115ebcb0ceb00e4aaa5946
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2026-01-08T01:12:49Z
src/View/BaseTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -26,7 +26,7 @@ </main> <footer> - <p><a href="https://sr.ht/~cmc/hn/">Source Code</a></p> + <p><a href="https://git.cleberg.net/hn.git">Source Code</a></p> <p>Copyright © 2023 - <?php echo $this->current_year; ?></p> </footer>