Rename the atom_entry templates with .atom suffix

This commit is contained in:
Eryn Wells 2022-11-05 13:20:26 -07:00
parent 10ac4747dc
commit d7283d6bce
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<entry>
{{ partial "atom_entry_metadata.xml" . }}
{{- if .Content -}}
{{ `<content type="html"><![CDATA[` | safeHTML }}{{ .Content }}]]></content>
{{- end -}}
</entry>