summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAram Hamo <contact@aramhamo.me>2022-06-06 23:48:07 +0200
committerGitHub <noreply@github.com>2022-06-06 21:48:07 +0000
commitf8ac3773dff97f94a7c1bbfdcd1436450b718980 (patch)
tree41930ad1fcc222bc6331fdec58daf29087efbc27 /layouts
parentfa55da270fba837ca0b2efb0db9f9aab1fdcd497 (diff)
Update header.html (#780)
SEO improvement
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 929db19..97f37e1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -7,6 +7,7 @@
<link rel='stylesheet' type='text/css' href='/style.css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="{{ .Params.tags }}">
+ <link rel="canonical" href="https://based.cooking/"/>
<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/rss.xml'>
</head>
<body>