Remove paige.list.pages params

This commit is contained in:
Will Faught
2023-02-25 13:42:17 -08:00
parent b72d7f934c
commit 6412cf76dc
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{{ $page := . }}
{{ if and $page.Pages ($page.Param "paige.list.pages.hide" | not) }}
{{ if $page.Pages }}
{{ if $page.Param "paige.list.content.show" }}
{{ $p := $page.Paginate $page.Pages }}
<section id="paige-pages">