October 11, 2022
Cecil 7.14.0 released
Features
Options for 'sortby' front matter variable
---
sortby:
variable: date # date, updated, title or weight
desc_title: false # used with date or updated variables to sort by desc title order if items have same date
reverse: false # reversed if true
---
Documentation: https://cecil.app/documentation/content/#sortby
Fix
- Reverse sort by date if the same date
Docs
- Update sorts filter
- Update templates
Miscs
- Images handling enhanced
- Dependencies updated
Release notes on GitHub