Order notes rev. chron. by update

This commit is contained in:
David Eisinger
2023-05-15 12:37:25 -04:00
parent f2ef08c3c0
commit 11a707ce28
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<h3>Notes</h3>
<ul>
{{ range (where .Site.RegularPages "Type" "in" "notes") }}
{{ range (where .Site.RegularPages.ByLastmod.Reverse "Type" "in" "notes") }}
<li>
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>