We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c58416 commit 4441416Copy full SHA for 4441416
layouts/partials/head.html
@@ -1,5 +1,6 @@
1
<meta charset="utf-8">
2
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
3
+<link rel="canonical" href="{{ .Permalink }}" />
4
{{ range .AlternativeOutputFormats -}}
5
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
6
{{ end -}}
0 commit comments