mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
@@ -83,7 +83,7 @@ func (i Taxonomy) Alphabetical() OrderedTaxonomy {
|
||||
return ia
|
||||
}
|
||||
currentSite := p.Site().Current()
|
||||
coll := langs.GetCollator(currentSite.Language())
|
||||
coll := langs.GetCollator1(currentSite.Language())
|
||||
coll.Lock()
|
||||
defer coll.Unlock()
|
||||
name := func(i1, i2 *OrderedTaxonomyEntry) bool {
|
||||
|
Reference in New Issue
Block a user