Customized Taxonomy Pages

I’ve setup a taxonomy called “hobbies” in which I have two sections currently with a path for example of /hobbies/amateur-radio. I want that /amateur-radio page to allow me to add custom content before the list of posts with that taxonomy, just static text. Any ideas on how to do that?

hugo new hobbies/amateur-radio/_index.md

https://gohugo.io/content-management/taxonomies/#add-custom-metadata-to-a-taxonomy-or-term

Thanks! I was trying to use this page but figured out my issue: default theming did not have content implemented. As soon as I added {{ .Content }} to the /layouts/hobbies/term.html template it worked like a charm.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.