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
Issue description
Summary: When
showDate,showReadingTime,showWordCount,showEdit, andshowDateUpdatedare allfalse, the entirearticle-meta.htmlpartial is skipped insingle.htmlbecauseshowTaxonomiesis not included in theif orcondition that gates the partial call. Taxonomies never render even whenshowTaxonomies: trueis explicitly set per-page or via cascade.Fix: Add
(.Params.showTaxonomies | default (.Site.Params.article.showTaxonomies | default false))to theif orblock insingle.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