Change menu and list page parameters to displayInMenu and displayInList
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<p class="list-header-subtext">{{ .Description }}</p>
|
||||
<h1 class="list-header-title">{{ .Title }}</h1>
|
||||
</header>
|
||||
{{ $paginator := .Paginate (where .Pages "Params.list" "!=" false) }}
|
||||
{{ $paginator := .Paginate (where .Pages "Params.displayinlist" "!=" false) }}
|
||||
{{ range $paginator.Pages }}
|
||||
{{ .Render "li" }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user