diff --git a/README.md b/README.md index b665ad3c..787e096d 100644 --- a/README.md +++ b/README.md @@ -309,8 +309,6 @@ paige: reading_time: class: "text-center text-secondary" # Default is "text-center text-secondary" hide: false # Default is false - rss: - hide: false # Don't include this page in RSS feeds; default is false search: hide: false # Don't include this page in search results; default is false section: @@ -330,6 +328,7 @@ paige: hide: false # Default is false max_width: "66ch" # Default is "" rss: + hide_page: false # Default is false managing_editor: "Michael Bluth" # Default is "" web_master: "Michael Bluth" # Default is "" social: diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 4ff598c2..cb972066 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -15,7 +15,7 @@ {{ $pages = $pages | first $limit }} {{ end }} -{{ $pages = where $pages "Params.paige.main.metadata.rss.hide" "ne" true }} +{{ $pages = where $pages "Params.paige.rss.hide" "ne" true }} {{ printf "" | safeHTML }}