diff options
-rw-r--r-- | layouts/_default/rss.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 873ba8c..57ad3c8 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -37,6 +37,11 @@ <link>{{ .Permalink }}</link> {{ if .Params.Image }} <img src='{{ .Permalink }}{{.Params.Image}}' /> + <image> + <link>{{ .Permalink }}</link> + <url>{{ .Permalink }}{{.Params.Image}}</url> + <title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title> + </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}} |