Move paige_hide_* params to paige object

This commit is contained in:
Will Faught
2022-12-18 02:52:07 -08:00
parent 231fff29e7
commit d8dd045e9e
3 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{{- $.Scratch.Add "index" slice -}}
{{- range where .Site.RegularPages "Params.paige_hide_search" "ne" true -}}
{{- range where .Site.RegularPages "Params.paige.hide_search" "ne" true -}}
{{- $.Scratch.Add "index" (dict
"categories" .Params.categories
"date" .PublishDate