aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 5295aed..efea99f 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>{{ .Permalink }}{{.Params.Image}}</image>
+ <<img src='{{ .Permalink }}{{.Params.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}}