mirror of
https://github.com/getzola/zola
synced 2025-03-04 15:07:11 +00:00
* 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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |