diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 950e2d40..54a15fdb 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,3 +1,10 @@ {{ define "main" }} + {{ if ne .IsHome true }} +
+
+

{{- if .Title }}{{ .Title }}{{- end -}}

+
+
+ {{ end }} {{ partial "post-list.html" . }} -{{ end }} \ No newline at end of file +{{ end }}