Remove paige.list.pages params
This commit is contained in:
@@ -261,8 +261,6 @@ paige:
|
||||
list:
|
||||
content:
|
||||
show: false
|
||||
pages:
|
||||
hide: false
|
||||
math: false # Enable math typesetting
|
||||
menu:
|
||||
breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user