diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/rss.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index a329f0c..b17fff3 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -31,7 +31,7 @@ {{- $content := .Summary | html -}} {{- if .Params.Description -}} {{- $content = .Params.Description | html -}} - {{- end -}} + {{- end}} <item> <title>{{ .Title }}</title> |