From 228bdfbab47c9c288c704f34ed3d725b54c6dc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 16 May 2018 00:41:27 +0200 Subject: [PATCH] Remove double head tag (#8319) It is also included in the base template to make it well formed. --- layouts/partials/head.html | 67 ++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 35 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e2169c6ba1..ab2a422b31 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,35 +1,32 @@ - - - - - - - {{ if .Params.case_study_styles }}{{ else }}{{ end }} - - - - - {{ if .Params.deprecated }}{{ end }} - {{ if eq .Params.class "gridPage" }}{{ end }} - {{ with .Params.css }}{{ range (split . ",") }} - {{ end }}{{ else }}{{ end }} - {{ if .Params.description }} - - {{ else }} - - {{ end }} - - - - - - - {{ with .Params.js }}{{ range (split . ",") }} - {{ end }}{{ else }}{{ end }} - \ No newline at end of file + + + + +{{ if .Params.case_study_styles }}{{ else }}{{ end }} + + + + +{{ if .Params.deprecated }}{{ end }} +{{ if eq .Params.class "gridPage" }}{{ end }} +{{ with .Params.css }}{{ range (split . ",") }} +{{ end }}{{ else }}{{ end }} +{{ if .Params.description }} + +{{ else }} + +{{ end }} + + + + + + +{{ with .Params.js }}{{ range (split . ",") }} +{{ end }}{{ else }}{{ end }} \ No newline at end of file