Skip to content

Commit

Permalink
Fix homepage pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyoz committed Aug 16, 2024
1 parent 05bd269 commit 5ad92fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1> {{ . }} </h1>
{{ $pages := where .Site.RegularPages "Section" .Site.Params.homeCollection
}}

{{ $paginationSize := 1}}
{{ $paginationSize := 100}}
{{ if (gt .Site.Params.paginationSize 0) }}
{{ $paginationSize = .Site.Params.paginationSize }}
{{ end }}
Expand Down

0 comments on commit 5ad92fa

Please sign in to comment.