Rename page_list to list

This commit is contained in:
Will Faught
2023-02-04 21:17:27 -08:00
parent 226d4129f2
commit 114a267ee3
5 changed files with 26 additions and 26 deletions

View File

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