diff --git a/layouts/partials/head.html b/layouts/partials/head.html index c0a4f06..f0d460e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ + content="{{ if .IsHome }}{{ .Site.Params.homeSubtitle }}{{ else }}{{ .Summary | plainify }}{{ end }}" /> @@ -29,9 +29,9 @@ {{ range $val := $.Site.Params.customCSS }} - {{ if gt (len $val) 0 }} - - {{ end }} +{{ if gt (len $val) 0 }} + +{{ end }} {{ end }}