Add canonical link (#45)

This commit is contained in:
Anton Rassadin 2022-10-05 10:21:20 +03:00 committed by GitHub
parent 1969ea2645
commit 3473a5e7f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,5 +27,6 @@
{{ $css := $resources | resources.Concat "css/style.css" | minify }}
{{ printf `<link rel="stylesheet" href="%s">` $css.RelPermalink | safeHTML }}
<link rel="canonical" href="{{ .Permalink }}" />
<title>{{ .Title }}</title>
</head>