diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 6224997..f264d6c 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,6 +1,6 @@ {{ partial "header.html" . }}
- {{- if not .IsHome}} + {{- if or .Title .Content }}
{{ with .Title }}

{{ . }}

{{ end }} {{ with .Content }}
{{ . }}
{{ end }}