We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fadef commit 66ae9afCopy full SHA for 66ae9af
1 file changed
layouts/_default/list.html
@@ -37,7 +37,7 @@ <h5 class="mb-1">{{ .Title }}</h5>
37
38
{{ if .Paginator }}
39
<nav class="d-flex d-content justify-content-center">
40
- {{ template "_internal/pagination.html" . }}
+ {{ partial "pagination.html" . }}
41
</nav>
42
{{ end }}
43
0 commit comments