|
@@ -32,7 +32,8 @@
|
|
<div class="content container-fluid" id="content">
|
|
<div class="content container-fluid" id="content">
|
|
<div class="container-fluid post-card-holder" id="post-card-holder">
|
|
<div class="container-fluid post-card-holder" id="post-card-holder">
|
|
{{ $posts := where .RegularPagesRecursive "Layout" "!=" "search" }}
|
|
{{ $posts := where .RegularPagesRecursive "Layout" "!=" "search" }}
|
|
- {{ $paginator := .Paginate $posts 12 }}
|
|
|
|
|
|
+ {{ $numShow := site.Params.features.pagination.maxPostsPerPage | default 12}}
|
|
|
|
+ {{ $paginator := .Paginate $posts $numShow }}
|
|
{{ range $paginator.Pages }}
|
|
{{ range $paginator.Pages }}
|
|
{{ if .Layout }}
|
|
{{ if .Layout }}
|
|
{{/* ignore the search.md file*/}}
|
|
{{/* ignore the search.md file*/}}
|