diff --git a/themes/neff/layouts/partials/head.html b/themes/neff/layouts/partials/head.html index d1913b8..85221b3 100755 --- a/themes/neff/layouts/partials/head.html +++ b/themes/neff/layouts/partials/head.html @@ -2,9 +2,6 @@ {{- if (eq .Kind "page") -}} {{- partial "schema/post.html" . -}} {{- end -}} -{{- if (eq .Kind "home") -}} -{{- partial "schema/post.html" . -}} -{{- end -}} {{- if (eq .Kind "section") -}} {{- end -}} {{- $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") -}}