hopefully the last edit of that atom layout template
This commit is contained in:
parent
460905ed34
commit
3b7f3806f0
1 changed files with 3 additions and 2 deletions
|
@ -29,9 +29,10 @@
|
|||
<published>{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</published>
|
||||
<updated>{{ .Lastmod.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
|
||||
{{ if .Site.Params.rssFullContent }}
|
||||
<summary type="html">{{ .Content | htmlEscape }}</summary>
|
||||
<summary type="html">{{ .Summary | html }}</summary>
|
||||
<content type="html">{{ .Content | html }}</content>
|
||||
{{ else }}
|
||||
<summary type="html">{{ .Summary | htmlUnescape | markdownify | htmlEscape }}</summary>
|
||||
<summary type="html">{{ .Summary | html }}</summary>
|
||||
{{ end }}
|
||||
</entry>
|
||||
{{ end }}{{ end }}
|
||||
|
|
Loading…
Reference in a new issue