diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/rss.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index da8fb0c..e9e59ba 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -35,6 +35,9 @@ <item> <title>{{ .Title }}</title> <link>{{ .Permalink }}</link> + {{ if .Params.Image }} + <image>{{.Params.Image}}</image> + {{ end }} <pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> {{ with .Site.Params.Author.email }}<author>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</author>{{end}} <guid>{{ .Permalink }}</guid> |