Move paige_show_full_pages logic to list layout

This commit is contained in:
Will Faught
2022-12-16 16:07:09 -08:00
parent 607b57bb5f
commit b77fcbccc6
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
{{ define "main" }}
{{ if not .Params.paige_show_full_pages }}
{{ partial "paige-main.html" . }}
{{ end }}
{{ partial "paige-pages.html" . }}
{{ end }}