From 6649bef040416a482428166a27443bf61db88b7a Mon Sep 17 00:00:00 2001 From: Cody Brownstein Date: Mon, 14 Dec 2020 16:01:08 -0800 Subject: [PATCH] Revert "head: add support for Canonical URLs" This reverts commit 8af7c551ffb45e31d545373f88c78b38f660cf8d. --- layouts/partials/head.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f257b688..4553522c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -17,10 +17,6 @@ {{- with .Site.Params.description }}{{ . }}{{- end }}{{- end }}{{- end -}}"> -{{- $canonical := cond (.IsHome) .Site.Params.canonical .Params.canonical }} -{{- range $canonical }} - -{{- end }} {{- if .Site.Params.analytics.google.SiteVerificationTag }} {{- end}}