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: https://cecil.app/documentation/templates/#page-prev-next
Fix
- The template filter
filter_by
must returntype::page
only
Release notes on GitHub