March 27, 2022
Cecil 5.89.0 released
Features
WebP image optimization
WebP images can be optimized (compressed) in addition to JPEG, PNG, GIF and SVG formats by enabling the following option in config file:
assets:
images:
optimize:
enabled: true
It works in templates with the asset()
function and in pages’ body with the image Markdown tag.
Fixes
- A Note must be an
aside
not adiv
Misc
- Documentation fixed
Release notes on GitHub