diff --git a/README.md b/README.md index a29d82a6..1207c859 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ paigeshowfullpages: true # Show full page content in list pages Additional optional single page parameters: ```yaml -excluderss: true # Don't include this page in RSS feeds +paigeexcluderss: true # Don't include this page in RSS feeds ``` Example `config.yaml`: diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 33f0ff04..a9ffed36 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -12,7 +12,7 @@ {{ if ge $limit 1 }} {{ $pages = $pages | first $limit }} {{ end }} -{{ $pages = where $pages "Params.excluderss" "ne" true }} +{{ $pages = where $pages "Params.paigeexcluderss" "ne" true }} {{ $title := partial "paige-titles.html" . }} {{ printf "" | safeHTML }}