diff options
-rw-r--r-- | layouts/_default/rss.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index e9e59ba..5295aed 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -36,7 +36,7 @@ <title>{{ .Title }}</title> <link>{{ .Permalink }}</link> {{ if .Params.Image }} - <image>{{.Params.Image}}</image> + <image>{{ .Permalink }}{{.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}} |