sort
This commit is contained in:
parent
bdc8feb6d0
commit
43321e3f68
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<h1>reading list</h1>
|
||||
|
||||
<ul>
|
||||
{{- range (.Pages.ByParam "Lastmod") -}}
|
||||
{{- range (sort .Pages "Lastmod" "desc") -}}
|
||||
<li>
|
||||
<h3 class="title">
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
|
|
Loading…
Reference in a new issue