getgrav / grav-plugin-taxonomylist

Grav TaxonomyList Plugin

Home Page:https://getgrav.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please change to tax|lower

campino2k opened this issue · comments

{% set active = uri.param(taxonomy) == tax ? 'active' : '' %}

This breaks with Grav 1.3.8 since uri.param will return lowercase strings

Thanks, merged

and released

Along with that other PR, i'm seeing that this doesn't actually need to be lowercased anymore. please make sure you have case_insensitive_urls in your system.yaml removed or set to false.