Rename paige.feeds.exclude to paige.exclude_feeds

This commit is contained in:
Will Faught
2025-02-07 23:50:13 -08:00
parent 56225eabc8
commit dccc7ef7a1
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
{{ $updated := site.Lastmod.Format $format }}
{{ range $page.RegularPagesRecursive.ByPublishDate.Reverse }}
{{ if not (.Param "paige.feeds.exclude") }}
{{ if not (.Param "paige.exclude_feeds") }}
{{ $subpages = $subpages | append . }}
{{ end }}
{{ end }}

View File

@@ -16,7 +16,7 @@
{{ $build = .Lastmod }}
{{ end }}
{{ if not (.Param "paige.feeds.exclude") }}
{{ if not (.Param "paige.exclude_feeds") }}
{{ $subpages = $subpages | append . }}
{{ end }}
{{ end }}