zola/components/front_matter/src
Waffle Lapkin f8c6ea2b00
Add new sorting: UpdateDate that sorts by meta.updated. (#1452)
* Add new sorting: UpdateDate that sorts by `meta.updated`.

* Use `max(created, updated)` for sort-by-update-date

This prevents created but never updated articles from appearing at the end/not
appearing at all.
2021-05-15 20:16:55 +02:00
..
lib.rs Add new sorting: UpdateDate that sorts by meta.updated. (#1452) 2021-05-15 20:16:55 +02:00
page.rs Add new sorting: UpdateDate that sorts by meta.updated. (#1452) 2021-05-15 20:16:55 +02:00
section.rs Yaml frontmatter (#990) 2020-12-14 20:43:31 +01:00