Error: Error building site: failed to render pages: render of “taxonomyTerm” failed: “c:\Hugo\sites\drblog\themes\test\layouts_default\list.html:17:15”: execute of template failed: template: _default\list.html:17:15: executing “main” at <delimit .Params.tags ", ">: error calling delimit: can’t iterate over
My code that I’m calling looks like this
{{- if isset .Site.Taxonomies "tags" }}
{{- if not (eq (len .Site.Taxonomies.tags) 0) }}
<span class="px-2">|</span>
{{ delimit .Params.tags ", " }}
{{- end }}
{{- end }}
If i remove these then add them back after running the server they work fine