diff --git a/layouts/_default/list.html b/layouts/_default/list.html index dd351dd..46a467b 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -8,11 +8,11 @@
{{ if .Title -}} -
+

{{ .Title }}

{{- end }} -
+

{{ .Content }}

diff --git a/layouts/partials/content.html b/layouts/partials/content.html index ffb89d9..69761da 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -1,5 +1,5 @@ {{ if .Title -}} -
+

{{ .Title }}

{{ if and (not .Params.nodate) .Date -}}
{{- end }} {{ with .Content -}} -
{{ . }}
+
{{ . }}
{{- end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index db86660..81284bc 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -14,12 +14,12 @@ -