mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-09 04:27:48 -04:00
Making the term "Term" more consistent with Taxonomy usage.
This commit is contained in:
parent
01caaeba7a
commit
70dc370c08
@ -112,6 +112,10 @@ func (ie OrderedTaxonomyEntry) Count() int {
|
||||
return len(ie.WeightedPages)
|
||||
}
|
||||
|
||||
func (ie OrderedTaxonomyEntry) Term() string {
|
||||
return ie.Name
|
||||
}
|
||||
|
||||
/*
|
||||
* Implementation of a custom sorter for OrderedTaxonomies
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user