set content type to html

This commit is contained in:
Morgan McMillian 2022-05-20 22:07:34 -07:00
parent 692064b4cf
commit d2c4deb022

View file

@ -9,7 +9,7 @@
<title>{{ .Title }}</title>
<updated>{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}</updated>
<link href="{{ .URL | safeURL }}" rel="alternate"/>
<content>{{ .Content }}</content>
<content type="html">{{ .Content | html }}</content>
<author>
<name>Morgan McMillian</name>
</author>