File tree 1 file changed +3
-3
lines changed
tpl/tplimpl/embedded/templates/_partials
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
{{- if in $validFormats $format }}
21
21
{{- if gt $page.Paginator.TotalPages 1 }}
22
22
< ul class ="pagination pagination-{{ $format }} ">
23
- {{- partial (printf "inline/pagination/%s" $format) $page }}
23
+ {{- partial (printf "inline/pagination/%s.html " $format) $page }}
24
24
</ ul >
25
25
{{- end }}
26
26
{{- else }}
29
29
30
30
{{/* Format: default
31
31
{{/* --------------------------------------------------------------------- */}}
32
- {{- define "partials /inline/pagination/default" }}
32
+ {{- define "_partials /inline/pagination/default.html " }}
33
33
{{- with .Paginator }}
34
34
{{- $currentPageNumber := .PageNumber }}
35
35
100
100
101
101
{{/* Format: terse
102
102
{{/* --------------------------------------------------------------------- */}}
103
- {{- define "partials /inline/pagination/terse" }}
103
+ {{- define "_partials /inline/pagination/terse.html " }}
104
104
{{- with .Paginator }}
105
105
{{- $currentPageNumber := .PageNumber }}
106
106
You can’t perform that action at this time.
0 commit comments