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