remove blogposting from home
This commit is contained in:
parent
46a5f500f0
commit
0cc2d87fbe
|
|
@ -2,9 +2,6 @@
|
||||||
{{- if (eq .Kind "page") -}}
|
{{- if (eq .Kind "page") -}}
|
||||||
{{- partial "schema/post.html" . -}}
|
{{- partial "schema/post.html" . -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- if (eq .Kind "home") -}}
|
|
||||||
{{- partial "schema/post.html" . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if (eq .Kind "section") -}}
|
{{- if (eq .Kind "section") -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") -}}
|
{{- $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") -}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue