getgrav / grav-plugin-taxonomylist

Grav TaxonomyList Plugin
https://getgrav.org
MIT License
25 stars 14 forks source link

Please change to tax|lower #18

Closed chrisjung-dev closed 7 years ago

chrisjung-dev commented 7 years ago

https://github.com/getgrav/grav-plugin-taxonomylist/blob/1d6b089b213d60a7af8d0017d8d24cb2d2569df5/templates/partials/taxonomylist.html.twig#L6

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

rhukster commented 7 years ago

Thanks, merged

rhukster commented 7 years ago

and released

rhukster commented 7 years ago

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.