diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 7f032ff..0621d88 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -16,14 +16,13 @@
{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
{{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
{{ .Permalink }}{{ if .Params.gif}}
-
+
{{end}}{{ if .Params.video}}
{{end}}{{ if .Params.audio}}
-
+
{{end}}{{ if .Params.image}}
- {{.Site.BaseURL}}{{.Params.image}}{{end}}
- {{- .Content | html -}}
+ {{.Params.image}}{{end}}
{{ end }}