Hi, I’ve got a taxonomy term which has a brackets in the title. Whenever I use it, two separate terms are listed.
The post:
—-
projects: [Math.floor(it)]
—-
The Math.floor(it)’s term page in projects/math-floor-it/_index.md
:
—-
title: Math.floor(it)
—-
The listing template:
{{ $projpage := site.GetPage “/projects” }}
{{ range $projpage }}
{{ .Permalink }}
{{ end }}
Output:
/projects/math.floorit/
/projects/math-floor-it/
Expected:
/projects/math-floor-it/