We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f2dcd commit ef05a8fCopy full SHA for ef05a8f
1 file changed
layouts/_default/list.html
@@ -12,7 +12,7 @@
12
{{ end }}
13
-->
14
<ul>
15
- {{ range .paginate.Pages }}
+ {{ range .Paginator.Pages }}
16
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
17
18
</ul>
0 commit comments