diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index eb888af..342986d 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -73,7 +73,7 @@ {{- with $authorEmail }}{{ . }}{{ with $authorName }} ({{ . }}){{ end }}{{ end }} {{ .Permalink }} {{ with .Description | html }}{{ . }}{{ else }}{{ .Summary | html }}{{ end -}} - {{- if site.Params.ShowFullTextinRSS }} + {{- if and site.Params.ShowFullTextinRSS .Content }} {{ (printf "" .Content) | safeHTML }} {{- end }}