Skip to content

Commit

Permalink
Merge pull request #99 from timfanda35/refactors/set-pagination-200
Browse files Browse the repository at this point in the history
refactor(page): set pagination to 200
  • Loading branch information
timfanda35 authored Jun 16, 2024
2 parents 478dc65 + 3153851 commit ab3de66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ markup:

googleAnalytics: "G-KJXNT5CQCS"

paginate: 10
paginate: 200

params:
description: "Ruby, Web Application and Cloud Services."
Expand Down
2 changes: 1 addition & 1 deletion themes/simplecss/layouts/_default/list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ define "main" }}
{{ $pag := .Paginate (.Pages) 50 }}
{{ $pag := .Paginate (.Pages) }}
<div>
<ul>
{{ range $pag.Pages }}
Expand Down

0 comments on commit ab3de66

Please sign in to comment.