rss: Fix feed to show text and images
This commit is contained in:
parent
d264f49233
commit
c657d62fbd
3 changed files with 36 additions and 7 deletions
|
|
@ -29,12 +29,13 @@
|
|||
<item>
|
||||
<title>{{ .Title }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<pubDate>{{ .Date.Format "2006-01-02 15:04" | safeHTML }}</pubDate>
|
||||
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
||||
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
|
||||
<guid>{{ .Permalink }}</guid>
|
||||
<description>
|
||||
<p><strong>{{ .Description | transform.XMLEscape | safeHTML }}</strong></p>
|
||||
{{ .Content | transform.XMLEscape | safeHTML }}
|
||||
<strong>{{ .Description | transform.XMLEscape | safeHTML }}</strong>
|
||||
|
||||
{{ .Content | transform.XMLEscape | safeHTML }}
|
||||
</description>
|
||||
</item>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue