From 1b92c8b713dcaea36516ef86a72a82909c394d78 Mon Sep 17 00:00:00 2001 From: Darwin Date: Sat, 25 Mar 2017 17:58:41 -0400 Subject: [PATCH] Change RSS description from full .Content to .Summary --- tpl/tplimpl/template_embedded.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go index 77561d42b..2aabe9c9c 100644 --- a/tpl/tplimpl/template_embedded.go +++ b/tpl/tplimpl/template_embedded.go @@ -84,7 +84,7 @@ func (t *GoHTMLTemplate) EmbedTemplates() { {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} - {{ .Content | html }} + {{ .Summary | html }} {{ end }}