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 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
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user