Move paige.list.content.show to paige.section_pages.full_pages

This commit is contained in:
Will Faught
2023-02-25 14:06:34 -08:00
parent 6412cf76dc
commit 7bb8fbac94
5 changed files with 6 additions and 7 deletions

View File

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