From 3a260ca58dfc8c429b8172ad2aff3b8ce0736abf Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Fri, 12 Jul 2024 23:02:15 +0200 Subject: [PATCH] Fix rss --- themes/fugu/layouts/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fugu/layouts/index.xml b/themes/fugu/layouts/index.xml index 3f7f337e..7b59a32a 100644 --- a/themes/fugu/layouts/index.xml +++ b/themes/fugu/layouts/index.xml @@ -21,7 +21,7 @@ {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} -{{- .Content | html -}} + {{ .Summary | transform.XMLEscape | safeHTML }} {{ end }}