summaryrefslogtreecommitdiffstats
path: root/layouts/_default/list.feed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.feed.xml')
-rw-r--r--layouts/_default/list.feed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.feed.xml b/layouts/_default/list.feed.xml
index 87d62cc..ae16aca 100644
--- a/layouts/_default/list.feed.xml
+++ b/layouts/_default/list.feed.xml
@@ -3,7 +3,7 @@
{{- $pages := slice -}}
{{- if $.IsHome -}}
- {{- $mainSections := site.Params.mainSections | default (slice "post") }}
+ {{- $mainSections := site.Params.mainSections | default (slice "posts") }}
{{- $pages = where $pctx.RegularPages.ByDate.Reverse "Type" "in" $mainSections -}}
{{- else if $.IsSection -}}
{{- $pages = $pctx.RegularPages.ByDate.Reverse -}}