Skip to content

Commit

Permalink
no pager on pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Oct 29, 2020
1 parent e243035 commit 49dd133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/pager.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Param "pager" }}
{{- if and (.Param "pager") (not (.Param "page")) }}
{{- if or (.PrevInSection) (.NextInSection) }}
<nav class="pager flex">
{{- if .PrevInSection }}
Expand All @@ -19,4 +19,4 @@
{{- end }}
</nav>
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 49dd133

Please sign in to comment.