Rename paigeexclude to paigehide

This commit is contained in:
Will Faught
2022-12-14 21:37:40 -08:00
parent ade6eeff53
commit 8281e6357d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{{- $.Scratch.Add "index" slice -}}
{{- range where .Site.Pages "Params.paigeexcludesearch" "ne" true -}}
{{- range where .Site.Pages "Params.paigehidesearch" "ne" true -}}
{{- $title := .Title | markdownify | plainify | htmlUnescape -}}
{{- if and (not $title) .IsHome }}
{{- $title = site.Title }}