Skip to content

Commit

Permalink
fix rss to export full content of blog
Browse files Browse the repository at this point in the history
Signed-off-by: nevermosby <legendarilylwq@gmail.com>
  • Loading branch information
nevermosby authored and poiana committed Mar 25, 2020
1 parent c061cde commit e1d1a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/falco-fresh/layouts/blog/section.rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Summary | html }}</description>
<content>{{ .Content | html }}</content>
</item>
{{ end }}
</channel>
Expand Down

0 comments on commit e1d1a00

Please sign in to comment.