zola/components
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
..
config Some clippy fixes 2021-04-07 22:13:15 +02:00
errors move translation population and path collision checking to insert stage (#1272) 2021-01-05 21:39:25 +01:00
front_matter Add new sorting: UpdateDate that sorts by meta.updated. (#1452) 2021-05-15 20:16:55 +02:00
imageproc Hash collision using the same quality level and incorrect quality for WebP (#1431) 2021-04-18 11:07:10 +02:00
library Add new sorting: UpdateDate that sorts by meta.updated. (#1452) 2021-05-15 20:16:55 +02:00
link_checker Tweaks to load_data + update deps 2021-04-21 21:43:02 +02:00
rendering Hide lines in code block (#1453) 2021-05-14 20:25:13 +02:00
search Lang aware search indices settings 2021-04-07 22:13:15 +02:00
site Update slotmap + handle in memory XML content type in zola serve 2021-05-09 15:57:46 +02:00
templates Fix language in rss.xml 2021-05-09 23:19:56 +02:00
utils rendering: keep track of all internal links (#1424) 2021-04-21 21:13:11 +02:00