Move paige.main.metadata.rss.hide to paige.rss.hide_page

This commit is contained in:
Will Faught
2023-02-05 15:19:13 -08:00
parent 2018494367
commit cffb089acb
2 changed files with 2 additions and 3 deletions

View File

@@ -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 "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">