Skip to content

Commit 4e8d3f0

Browse files
committed
modified: layouts/_default/list.html
1 parent 73fadfe commit 4e8d3f0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

layouts/_default/list.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<div class="post">
33

44
<article class="post-content">
5-
<section>
6-
<title>Read more on this website</title>
7-
</section>
85
<section>
96
{{- .Content -}}
107
</section>
@@ -15,7 +12,7 @@
1512
{{ end }}
1613
-->
1714
<ul>
18-
{{ range .Paginator.Pages }}
15+
{{ range .Paginator.Pages.GroupByDate "January 2006" "desc" }}
1916
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
2017
{{ end }}
2118
</ul>

0 commit comments

Comments
 (0)