diff --git a/layouts/partials/items.html b/layouts/partials/items.html index 2c100d1..3e30868 100644 --- a/layouts/partials/items.html +++ b/layouts/partials/items.html @@ -1,7 +1,7 @@ - + - {{ with .title }}{{ . }}{{ end }} + {{ with .title }}{{ . }}{{ end }} {{ with .content }}{{ . | safeHTML }}{{ end }} {{ range .items }}
{{ . | safeHTML }}