From 44ec3ceb5546db0ec038efb4a49b44730303b62b Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 3 Apr 2022 22:01:57 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index d86fcef3..b4b8d018 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -36,12 +36,12 @@ {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} + {{ printf "" .Content | safeHTML }} {{ $img := index (.Resources.ByType "image") 0 }} {{ with $img }} {{ $img := .Resize "640x" }} {{ printf "]]>" $img.Permalink $img.Width $img.Height | safeHTML }} {{ end }} - {{ printf "" .Content | safeHTML }}