Skip to content

showTaxonomies not rendered when all other article meta options are disabled #1158

@abesford

Description

@abesford

Issue description

Summary: When showDate, showReadingTime, showWordCount, showEdit, and showDateUpdated are all false, the entire article-meta.html partial is skipped in single.html because showTaxonomies is not included in the if or condition that gates the partial call. Taxonomies never render even when showTaxonomies: true is explicitly set per-page or via cascade.

Fix: Add (.Params.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false)) to the if or block in single.html.

Theme version

2.12.1

Hugo version

hugo v0.156.0+extended+withdeploy darwin/arm64 BuildDate=2026-02-18T16:39:55Z VendorInfo=Homebrew

Which browser rendering engines are you seeing the problem on?

Chromium (Google Chrome, Microsoft Edge, Brave, Vivaldi, Opera, etc.)

URL to sample repository or website

No response

Hugo output or build error messages

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions