Despite the fact that the glossary link is referencing the site.path (see here) the final build is still lacking the /en prefix.
As a result the docs pages link to /glossary instead of /en/glossary
I've attempted variations including double curly and using site.url but was not able to determine the cause. This seems to be the only place this occurs. I'm not sure if it has to do with the partial or what.
For the time being a redirect is relocating users to the correct page.
Despite the fact that the glossary link is referencing the
site.path
(see here) the final build is still lacking the/en
prefix.As a result the docs pages link to
/glossary
instead of/en/glossary
I've attempted variations including double curly and using
site.url
but was not able to determine the cause. This seems to be the only place this occurs. I'm not sure if it has to do with the partial or what.For the time being a redirect is relocating users to the correct page.