Move paige_show_full_pages to paige object
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user