Cecil logo
September 19, 2022

Cecil 7.4.0 released

Features

Better prev and next navigation in section

Variables page.prev and page.next now contains the page item, so it's easier to access of all properties of the page.

For example:

<a href="{{ url(page.prev) }}">{{ page.prev.title }}</a>

Documentation →

Fix

  • The template filter filter_by must return type::page only
Release notes on GitHub