Browse Source

rss tweaks - images

master
jk 5 years ago
parent
commit
223f4cf9fb
  1. 2
      layouts/_default/rss.xml

2
layouts/_default/rss.xml

@ -20,7 +20,7 @@
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Content | html }}
{{ range .Page.Params.Photo }}<img src="{{ . }}"/>{{end}}
{{ range .Page.Params.Photo }}{{ printf "<img src=%q />" . | html }}{{end}}
({{ .Permalink }})</description>
</item>
{{ end }}