Browse Source

fixed rss?

master
jk 4 years ago
parent
commit
b02986cbaf
  1. 3
      layouts/_default/rss.xml

3
layouts/_default/rss.xml

@ -19,8 +19,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Content | html }}
{{ range .Page.Params.Photo }}{{ printf "<img src=%q />" . | html }}{{end}}
<description>{{ .Content | plainify }}
({{ .Permalink }})</description>
{{ range .Params.Photo }}
{{ if not ( in . "http" ) }}