aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-06-01 10:47:24 -0500
committerChristian Cleberg <hello@cleberg.net>2023-06-01 10:47:24 -0500
commita87e0ca4d11601d10b81c30bff23d65be9d1ccd7 (patch)
tree312048dda8f11252fedd1fa1f89db27bdaca3640
parent0530e492fa7e52788983c23caa585f615d76c09f (diff)
downloadhn-a87e0ca4d11601d10b81c30bff23d65be9d1ccd7.tar.gz
hn-a87e0ca4d11601d10b81c30bff23d65be9d1ccd7.tar.bz2
hn-a87e0ca4d11601d10b81c30bff23d65be9d1ccd7.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 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>