We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bcafd commit 3ad20aeCopy full SHA for 3ad20ae
layouts/_default/baseof.html
@@ -3,6 +3,9 @@
3
<head>
4
{{ print "<!-- Generated " (time.Now.UTC.Format "2006-01-02 15:04:05 UTC") " -->" | safeHTML }}
5
{{ partial "meta.html" . }}
6
+ {{ with .Params.canonicalURL -}}
7
+ <link rel="canonical" href="{{ . }}">
8
+ {{- end }}
9
<title>{{ block "title" . }}{{ .Site.Title }}{{ if not (eq .Site.Title .Title) }} - {{ .Title }}{{end}}{{ end }}</title>
10
11
<!-- Render theme css -->
0 commit comments