Making the Pages Sorting methods available within a taxonomy term.

This commit is contained in:
spf13 2014-08-29 23:43:38 -04:00
parent bb02a14b1e
commit 01caaeba7a

View file

@ -104,7 +104,7 @@ func (i Taxonomy) ByCount() OrderedTaxonomy {
}
// Helper to move the page access up a level
func (ie OrderedTaxonomyEntry) Pages() []*Page {
func (ie OrderedTaxonomyEntry) Pages() Pages {
return ie.WeightedPages.Pages()
}