@ -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">