mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
65b4287c68
When non-taxonomy keys (e.g. disableKinds = []) are placed after [taxonomies] in TOML, they become part of the taxonomies table. An empty-valued entry creates a phantom taxonomy with an empty pluralTreeKey, causing .Ancestors to loop indefinitely. Fixes #14550 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>