v0.2
0.2.0
- support of Pico 1.x
0.2.1
- default output with
{{ PagesList.html }}
- added output filtering trough twig instead of config with
{{ PagesList.html(options) }}
- added inclusive/exclusive filtering
- added css utility classes
- added output filtering trough twig instead of config with
- exposed the nested array trough
{{ PagesList.items }}
, added example of recursive twig macro - derived the page items from the Pico pages array, to give access to pages data in the nested array
- refactoring