I know you can show title with: {{ page.header.title }}
But how can you show catagory (and tags) ?
I already tried: {{ page.taxonomy.category }} but don`t work
I know you can show title with: {{ page.header.title }}
But how can you show catagory (and tags) ?
I already tried: {{ page.taxonomy.category }} but don`t work
Hi @walk, here is an example of displaying tags in the Bootstrap4 Open Matter theme:
Also make sure your taxonomy items are defined in your site.yaml file:
Hope the above helps,
Paul