srctree

Gregory Mullen parent 434a45c3 be584f72
fix rss content for @alichtman

thanks @alichtman for the bug report
layouts/_default/rss.xml added: 2, removed: 2, total 0
@@ -33,7 +33,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>{{ .Summary | html }}</description>
<description>{{ .Content | html }}</description>
</item>
{{- end -}}
{{ end }}