Remove paige.list.pages params
This commit is contained in:
@@ -261,8 +261,6 @@ paige:
|
|||||||
list:
|
list:
|
||||||
content:
|
content:
|
||||||
show: false
|
show: false
|
||||||
pages:
|
|
||||||
hide: false
|
|
||||||
math: false # Enable math typesetting
|
math: false # Enable math typesetting
|
||||||
menu:
|
menu:
|
||||||
breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items
|
breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{{ $page := . }}
|
{{ $page := . }}
|
||||||
|
|
||||||
{{ if and $page.Pages ($page.Param "paige.list.pages.hide" | not) }}
|
{{ if $page.Pages }}
|
||||||
{{ if $page.Param "paige.list.content.show" }}
|
{{ if $page.Param "paige.list.content.show" }}
|
||||||
{{ $p := $page.Paginate $page.Pages }}
|
{{ $p := $page.Paginate $page.Pages }}
|
||||||
<section id="paige-pages">
|
<section id="paige-pages">
|
||||||
|
Reference in New Issue
Block a user