Hello,
I’m building the taxnonomy pages with anchors, so I need to change the permalink definition in my config.yaml
permalink:
news : "/:section/#:filename"
but this don’t work. If I remove the # everything works fine, but with the anchor # hugo does not generate a correct URL, the URL stops after the :section
How can I use an anchor within the permalink definition?
Thanks