summaryrefslogtreecommitdiff
path: root/themes/24-unification/layouts/_default/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/24-unification/layouts/_default/rss.xml')
-rw-r--r--themes/24-unification/layouts/_default/rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/24-unification/layouts/_default/rss.xml b/themes/24-unification/layouts/_default/rss.xml
index fa34bd5..8df6fa9 100644
--- a/themes/24-unification/layouts/_default/rss.xml
+++ b/themes/24-unification/layouts/_default/rss.xml
@@ -34,7 +34,7 @@
{{- if .IsHome }}{{ $pctx = .Site }}{{ end }}
{{- $pages := slice }}
{{- if $.IsHome }}
-{{- $pages = $pctx.RegularPages}}
+{{- $pages = where $pctx.RegularPages ".Params.nolist" "<>" true }}
{{- else if $.IsSection }}
{{- $pages = $pctx.RegularPagesRecursive}}
{{- else }}