aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-06-01 10:47:03 -0500
committerChristian Cleberg <hello@cleberg.net>2023-06-01 10:47:03 -0500
commit0530e492fa7e52788983c23caa585f615d76c09f (patch)
tree98ea887ae0d7ad8bcb1f702b3ad66c9d970cc54f
parent08a5a5cb7022ba350df3de3ca5cd8c9d9467baad (diff)
downloadhn-0530e492fa7e52788983c23caa585f615d76c09f.tar.gz
hn-0530e492fa7e52788983c23caa585f615d76c09f.tar.bz2
hn-0530e492fa7e52788983c23caa585f615d76c09f.zip
fix: misspelled variable in template
-rw-r--r--templates/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html
index 31272ab..a4236f0 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="{canoncial_url}">
+ <link rel="canonical" href="{canonicial_url}">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/static/styles.min.css">
</head>