mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -44,7 +44,7 @@ func (p *pageData) Data() any {
|
||||
p.data[name.singular] = term
|
||||
p.data["Singular"] = name.singular
|
||||
p.data["Plural"] = name.plural
|
||||
p.data["Term"] = p.Title()
|
||||
p.data["Term"] = p.m.term
|
||||
case kinds.KindTaxonomy:
|
||||
viewCfg := p.s.pageMap.cfg.getTaxonomyConfig(p.Path())
|
||||
p.data["Singular"] = viewCfg.singular
|
||||
|
Reference in New Issue
Block a user