krz/hn

A brutalist web client for Hacker News.

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

af59d12f91bd8c3d9adf4c0f539c0454c822f063

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2023-06-01T02:45:42Z

remove old footer title
 templates/template.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/template.html b/templates/template.html
index bceb26f..a531a3b 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -27,7 +27,6 @@
 	</main>
 
 	<footer>
-		<h2>Contact</h2>
 		<p><a href="https://sr.ht/~cmc/hn/">Source Code</a></p>
 		<p>Copyright &copy; 2023 - {current_year}</p>
 	</footer>