Browse Source

udpating rss to hopefully at link to text

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

2
layouts/_default/rss.xml

@ -19,7 +19,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate> <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}} {{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid> <guid>{{ .Permalink }}</guid>
<description>{{ printf .Content ."(". .Permalink .")" | html }}</description>
<description>{{ .Content | html }}<p>({{ .Permalink }})</p></description>
</item> </item>
{{ end }} {{ end }}
</channel> </channel>