I’ve got a really odd problem. I’m leveraging a foreach in my code to render links from the site navigation. When I use log, it shows the correct URL, but when it’s actually rendered, the URLs just show site root. I must be missing something:
{{#foreach @site.secondary_navigation}}
{{url}}
{{log url}}
{{/foreach}}
The {{log url}}
shows correct in the log output, but all the urls in the rendered HTML just show “/”.