Change config prefix hide to disable

This commit is contained in:
Will Faught
2024-07-18 18:30:36 -07:00
parent aff1716ff5
commit 1fca28b8a7
15 changed files with 204 additions and 204 deletions

View File

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