mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-20 06:03:06 +00:00
Making the term "Term" more consistent with Taxonomy usage.
This commit is contained in:
parent
01caaeba7a
commit
70dc370c08
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ func (ie OrderedTaxonomyEntry) Count() int {
|
||||||
return len(ie.WeightedPages)
|
return len(ie.WeightedPages)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (ie OrderedTaxonomyEntry) Term() string {
|
||||||
|
return ie.Name
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Implementation of a custom sorter for OrderedTaxonomies
|
* Implementation of a custom sorter for OrderedTaxonomies
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue