krz/hn

A brutalist web client for Hacker News.

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

a87e0ca4d11601d10b81c30bff23d65be9d1ccd7

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2023-06-01T15:47:24Z

fix: misspelled variable in template
 templates/template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/template.html b/templates/template.html
index a4236f0..059ffd8 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -8,7 +8,7 @@
 	<meta http-equiv="x-ua-compatible" content="ie=edge">
 	<meta name="author" content="My Name">
 	<meta name="description" content="{page_description}">
-	<link rel="canonical" href="{canonicial_url}">
+	<link rel="canonical" href="{canonical_url}">
 	<link rel="icon" href="/favicon.ico">
 	<link rel="stylesheet" href="/static/styles.min.css">
 </head>