remove blogposting from home

This commit is contained in:
Patrick Neff 2019-01-15 13:49:03 +01:00
parent 46a5f500f0
commit 0cc2d87fbe
1 changed files with 0 additions and 3 deletions

View File

@ -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") -}}