forked from neff/neff-steindesign.de
remove blogposting from home
This commit is contained in:
parent
46a5f500f0
commit
0cc2d87fbe
|
|
@ -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") -}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue