aboutsummaryrefslogtreecommitdiff
path: root/html/master.tmpl.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-08-28 09:49:47 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:19:57 -0400
commit027a96c9c8ecd9452a21f0173a15860d03a3f339 (patch)
tree141049f49461352f8ff6cd107404e97c69dd70ac /html/master.tmpl.html
parentf348728153f8c9199536a5c18c2f49f77f54aba5 (diff)
Reflect new syntax
Diffstat (limited to 'html/master.tmpl.html')
-rw-r--r--html/master.tmpl.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/master.tmpl.html b/html/master.tmpl.html
index 49b3060..145d299 100644
--- a/html/master.tmpl.html
+++ b/html/master.tmpl.html
@@ -8,6 +8,7 @@
<title>{{block "title" .}}Page{{end}} - Alex Scerba</title>
<meta name="description" content="{{block "description" .}}Alex's personal site{{end}}" />
<meta name="keywords" content="{{block "keywords" .}}personal site{{end}}">
+ <link rel="canonical" href="https://www.alexscerba.com{{block "canonical" .}}{{end}}">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/static/style.css" />
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />