Order notes rev. chron. by update
This commit is contained in:
@@ -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 validate with JSON Schema
|
||||
* <https://github.com/qri-io/jsonschema>
|
||||
* Testing
|
||||
|
||||
### Projects I like
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user