This commit is contained in:
Michael Zhang 2020-11-03 18:14:49 -06:00
parent bdc8feb6d0
commit 43321e3f68
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -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>