In the navigation i like to use "Über mich" with an umlaut, so in the frontmatter
title: Über mich
menu: Über mich
the problem is, the ID that is generated is of course
..../#über_mich
this is a problem for the JS smoothscroll.js i am using
is there a way to get
..../#ueber_mich
I tried several decoding in the frontmatter like ( "\u00dc", "%C3%9Cber%20mich") but this does not help. The hints from the forum like /forum/archive/set-encoding-to-utf-8-t664 as well. Because i use
<meta charset="utf-8" />
in the header
Thanks in advance 🙂