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

@@ -20,6 +20,7 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo
* How to read/write JSON * How to read/write JSON
* How to validate with JSON Schema * How to validate with JSON Schema
* <https://github.com/qri-io/jsonschema> * <https://github.com/qri-io/jsonschema>
* Testing
### Projects I like ### Projects I like

View File

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