diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-06-01 10:47:24 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-06-01 10:47:24 -0500 |
commit | a87e0ca4d11601d10b81c30bff23d65be9d1ccd7 (patch) | |
tree | 312048dda8f11252fedd1fa1f89db27bdaca3640 | |
parent | 0530e492fa7e52788983c23caa585f615d76c09f (diff) | |
download | hn-a87e0ca4d11601d10b81c30bff23d65be9d1ccd7.tar.gz hn-a87e0ca4d11601d10b81c30bff23d65be9d1ccd7.tar.bz2 hn-a87e0ca4d11601d10b81c30bff23d65be9d1ccd7.zip |
fix: misspelled variable in template
-rw-r--r-- | templates/template.html | 2 |
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> |