krz/hn

A brutalist web client for Hacker News.

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

83b1821aa99b94edb7c3d0e0670ceab78990a12c

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2023-06-14T19:50:18Z

temporarily remove favicon link
 templates/template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/template.html b/templates/template.html
index 059ffd8..51b24b7 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -9,7 +9,7 @@
 	<meta name="author" content="My Name">
 	<meta name="description" content="{page_description}">
 	<link rel="canonical" href="{canonical_url}">
-	<link rel="icon" href="/favicon.ico">
+	<!--<link rel="icon" href="/favicon.ico">-->
 	<link rel="stylesheet" href="/static/styles.min.css">
 </head>