Skip to content

Commit 66ae9af

Browse files
committed
recent Hugo changed a way to create premade paginator
1 parent 86fadef commit 66ae9af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h5 class="mb-1">{{ .Title }}</h5>
3737

3838
{{ if .Paginator }}
3939
<nav class="d-flex d-content justify-content-center">
40-
{{ template "_internal/pagination.html" . }}
40+
{{ partial "pagination.html" . }}
4141
</nav>
4242
{{ end }}
4343

0 commit comments

Comments
 (0)