Cecil logo
October 25, 2022

Cecil 7.20.0 released

Features

New canonical variable to override the generated canonical URL

If the partial metatags.html.twig is included in your main template, a canonical URL is automatically added to the page head. With the canonical variable (in page front matter) you can override the canonical URL and the canonical title of each page:

canonical:
  url: <URL>
  title: "<URL title>" # optional

Documentation: https://cecil.app/documentation/configuration/#metatags-keys

Release notes on GitHub