Skip to content

Commit

Permalink
Merge pull request #888 from jze/fixed_pagination
Browse files Browse the repository at this point in the history
fix pagination
  • Loading branch information
stp-ip authored Dec 1, 2022
2 parents 64304f6 + cabee15 commit 047ce89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/fragments/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- .page_scratch.Add "js" (dict "file" "syna-collapse.js") -}}

{{- $list_pages := partial "helpers/list-pages.html" (dict "Site" .Site "Params" .Params "root" .root "page_scratch" .page_scratch) -}}
{{- $render_pagination := $list_pages.render_pagination -}}
{{- $render_pagination := $list_pages.renderPagination -}}
{{- $sorted_pages := $list_pages.sorted_pages -}}

{{- $bg := .self.Scratch.Get "bg" }}
Expand Down

0 comments on commit 047ce89

Please sign in to comment.