From b30950c00010e7cde9151718e1f09ae6b3622012 Mon Sep 17 00:00:00 2001 From: Olivier Date: Fri, 19 Apr 2024 18:15:40 +0200 Subject: [PATCH] Update layouts/partials/items.html --- layouts/partials/items.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}