We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fadfe commit 4e8d3f0Copy full SHA for 4e8d3f0
1 file changed
layouts/_default/list.html
@@ -2,9 +2,6 @@
2
<div class="post">
3
4
<article class="post-content">
5
- <section>
6
- <title>Read more on this website</title>
7
- </section>
8
<section>
9
{{- .Content -}}
10
</section>
@@ -15,7 +12,7 @@
15
12
{{ end }}
16
13
-->
17
14
<ul>
18
- {{ range .Paginator.Pages }}
+ {{ range .Paginator.Pages.GroupByDate "January 2006" "desc" }}
19
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
20
21
</ul>
0 commit comments