Move paige_show_full_pages to paige object

This commit is contained in:
Will Faught
2022-12-18 02:49:45 -08:00
parent 79bfb55b56
commit 231fff29e7
5 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{{ if .Pages }}
{{ if .Params.paige_show_full_pages }}
{{ if .Params.paige.show_full_pages }}
{{ $p := .Paginate .Pages }}
{{ range $p.Pages }}
{{ .Scratch.Set "paige_show_full_pages" true }}