I have a list.html template for a taxonomy (listing all posts that use that particular taxonomy term). How can I access the custom metadata for that particular taxonomy term, that I defined in the front matter of /taxonomy/term/_index.md?
I can access those values just fine via {{ .Params.param_name }} in terms.html.html (template that lists all the terms) when I loop theough the term pages, but not in the list.html. Are these not using the same page object?