diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index b2940d81..bda55ac8 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -1,5 +1,7 @@ {{ $item := . }} -{{ if .IsHome }}{{ $item = .Site }}{{ end }} +{{ if .IsHome }} +{{ $item = .Site }} +{{ end }} {{ $pages := slice }} {{ if or $.IsHome $.IsSection }} {{ $pages = $item.RegularPages }}