diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index fed8ae9a..1f84a9ee 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -48,11 +48,11 @@ {{ if eq .Title site.Title }}{{ site.Title }}{{ else }}{{ with .Title }}{{ . }} on {{ end }}{{ site.Title }}{{ end }} {{ .Permalink }} Recent content {{ if ne .Title site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ site.Title }} - {{- with site.Params.images }} + {{- if site.Params.images }} {{ site.Title }} - {{ index . 0 | absURL }} - {{ index . 0 | absURL }} + {{ index site.Params.images 0 | absURL }} + {{ .Permalink }} {{- end }} Hugo -- {{ hugo.Version }}