set content type to html
This commit is contained in:
parent
692064b4cf
commit
d2c4deb022
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue