zola/components
William Ouwehand c18a0c8031 always sort assets by filename (Windows/Linux difference) (#2236)
* sort page.assets by filename

Uses .to_str() to sort files and subfolders.

The .unwrap() may need work or be replaced by unwrap_or_default(). Given
earlier checks in the function it should work however.

* add tests for assets sorting

* fix rustfmt

* use existing loop instead of windows

* also check the non-recursive test

* use .zip() and add assert msg
2023-12-18 23:24:06 +01:00
..
config Add support for lazy loading images (#2211) 2023-12-18 23:24:06 +01:00
console add link_checker settings for external_level and internal_level (#1848) 2022-05-11 21:54:34 +02:00
content always sort assets by filename (Windows/Linux difference) (#2236) 2023-12-18 23:24:06 +01:00
errors Remove unused deps thanks to cargo-machete 2022-04-27 19:49:57 +02:00
imageproc Remove dummy test 2023-03-19 20:36:25 +01:00
libs Update toml lib 2023-02-16 20:49:03 +01:00
link_checker Speedup "zola check" command by reusing the Client (#2171) 2023-12-18 23:24:06 +01:00
markdown Prevent spans crossing line boundaries in class-based code block formatter (#2237) 2023-12-18 23:24:06 +01:00
search Remove code blocks from search index 2023-02-16 20:49:03 +01:00
site Fix typo in error message 2023-12-18 23:24:06 +01:00
templates templates: add base URL for feed content (#2190) 2023-12-18 23:24:06 +01:00
utils Hard link serve panic fix (#2210) 2023-12-18 23:24:06 +01:00