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 -}}