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 @@
{{ define "main" }}
{{ if not .Params.paige_show_full_pages }}
{{ if not .Params.paige.show_full_pages }}
{{ partial "paige-article.html" . }}
{{ end }}
{{ partial "paige-pages.html" . }}