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