Rename paige.feeds.disable to paige.feeds.exclude

This commit is contained in:
Will Faught
2025-02-06 23:50:29 -08:00
parent cb6ee16521
commit 5214982311
3 changed files with 4 additions and 4 deletions

View File

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