October 25, 2022
Cecil 7.21.0 released
Features
Local fallback for remote images
You can specify a – generic – fallback image in case of remote images are not available.
body:
images:
remote:
enabled: true
fallback:
enabled: true # enables a fallback if remote image is not found (false by default)
path: 'images/no-image.png' # path to the fallback image, stored in `assets` dir (empty by default)
Release notes on GitHub