Skip to content

Commit 9bbe622

Browse files
committed
another change
1 parent 4e8d3f0 commit 9bbe622

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
@@ -12,7 +12,7 @@
1212
{{ end }}
1313
-->
1414
<ul>
15-
{{ range .Paginator.Pages.GroupByDate "January 2006" "desc" }}
15+
{{ range .Pages.GroupByDate "January 2006" "desc" }}
1616
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
1717
{{ end }}
1818
</ul>

0 commit comments

Comments
 (0)