Rename paige.show_full_pages to paige.page_list.content.show

This commit is contained in:
Will Faught
2023-02-04 21:15:40 -08:00
parent 91865e3ade
commit 226d4129f2
8 changed files with 12 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{{ define "main" }}
{{ $page := . }}
{{ if $page.Param "paige.show_full_pages" | not }}
{{ if $page.Param "paige.page_list.content.show" | not }}
{{ partial "paige/article.html" $page }}
{{ end }}
{{ partial "paige/pages.html" $page }}