Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Slupytskyi <dslupytskyi@gmail.com>2014-11-22 16:30:49 +0300
committerDmitriy Slupytskyi <dslupytskyi@gmail.com>2014-11-22 16:30:49 +0300
commit3c56b80ee444cc58beb5384d6c2dd4091d6f6485 (patch)
treeac1b4178fd395baf669d7c1fde5a9fc758c8a6e1
parent4cbd453ddf504b2bf2a63a0a3470b39518c12aeb (diff)
change content to summary for description
-rw-r--r--layouts/rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/rss.xml b/layouts/rss.xml
index ef1d534..c31f3f4 100644
--- a/layouts/rss.xml
+++ b/layouts/rss.xml
@@ -14,7 +14,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 MST" }}</pubDate>
{{with .Site.Author.name}}<author>{{.}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
- <description>{{ .Content | html }}</description>
+ <description>{{ .Summary | html }}</description>
</item>
{{ end }}
</channel>