Rename excluderss to paigeexcluderss

This commit is contained in:
Will Faught
2022-12-14 18:05:15 -08:00
parent baef86c8ca
commit 1e9dd38da3
2 changed files with 2 additions and 2 deletions

View File

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