From d112d38802d3c94248db10d77cdb37713224013b Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 20 May 2022 17:53:19 -0700 Subject: [PATCH] fix broken atom feed? --- templates/_default/atom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/_default/atom.xml b/templates/_default/atom.xml index d702ccd..19557bd 100644 --- a/templates/_default/atom.xml +++ b/templates/_default/atom.xml @@ -8,6 +8,8 @@ {{ .URL }} {{ .Title }} {{ .Date.Format "2006-01-02T15:04:05Z07:00" }} + + {{ .Content | safeHTML }} {{ end -}}