January 22, 2022
Cecil 5.83.0 released
Features
Use a custom image variable in metatags
By default the metatags partial template uses the image
variable of the current page, or the global site.image
if the page doesn’t have an image.
So, if you want to use a custom image variable, you can do it by adding the following code in the template:
{% set image = page.other_image_variable %}
{% include 'partials/metatags.html.twig' %}
Misc
- Code cleaned
- Dependencies updated
Release notes on GitHub