First time using Grav here, and I'm a little stuck. I have made a site using Bones-theme and I have made a modular page with in-page-navigation-submenu. Problem is that my modular pages have non english chars in the titles, and in-page-navigation is using underscorize/Inflector to turn special characters into underscores:
<li><a href="#{{ module.header.title|underscorize }}">{{ module.header.title }}</a></li>
---
/prod/#sømething becomes /prod/#s_mething. ) and that breaks navigation and If I remove underscorize I run into problems with caps and spaces.
Anything I can do to fix this?