diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index f208811236474..d801da9d8a033 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -4,6 +4,9 @@ {{ partial "head.html" . }} {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }} + {{ with .Params.canonicalUrl }} + + {{ end }}