From 7b3ae2faadc448abd43f0db9169e5b1d1cd92d6f Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 3 Apr 2022 22:01:16 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/_default/rss.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index 96d89395..d86fcef3 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -37,13 +37,11 @@ {{ .Permalink }} {{ $img := index (.Resources.ByType "image") 0 }} - {{ printf "\]]>" $img.Permalink $img.Width $img.Height | safeHTML }} + {{ printf "]]>" $img.Permalink $img.Width $img.Height | safeHTML }} {{ end }} - {{ .Content | html }} - {{ printf "]]>" $img.Permalink $img.Width $img.Height | safeHTML }} + {{ printf "" .Content | safeHTML }}