Skip to content

Commit 4441416

Browse files
committed
add a self-referencing canonical tag
1 parent 2c58416 commit 4441416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<meta charset="utf-8">
22
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
3+
<link rel="canonical" href="{{ .Permalink }}" />
34
{{ range .AlternativeOutputFormats -}}
45
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
56
{{ end -}}

0 commit comments

Comments
 (0)