Making the term "Term" more consistent with Taxonomy usage.

This commit is contained in:
spf13 2014-08-29 23:44:39 -04:00
parent 01caaeba7a
commit 70dc370c08

View file

@ -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
*/