Rename the atom_entry templates with .atom suffix
This commit is contained in:
parent
10ac4747dc
commit
d7283d6bce
2 changed files with 0 additions and 0 deletions
6
layouts/blog/atom_entry.atom
Normal file
6
layouts/blog/atom_entry.atom
Normal file
|
@ -0,0 +1,6 @@
|
|||
<entry>
|
||||
{{ partial "atom_entry_metadata.xml" . }}
|
||||
{{- if .Content -}}
|
||||
{{ `<content type="html"><![CDATA[` | safeHTML }}{{ .Content }}]]></content>
|
||||
{{- end -}}
|
||||
</entry>
|
Loading…
Add table
Add a link
Reference in a new issue