mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02:00
@@ -122,7 +122,6 @@ func (l Languages) Less(i, j int) bool {
|
||||
}
|
||||
|
||||
return wj == 0 || wi < wj
|
||||
|
||||
}
|
||||
|
||||
func (l Languages) Swap(i, j int) { l[i], l[j] = l[j], l[i] }
|
||||
@@ -256,5 +255,4 @@ func (l *Language) IsSet(key string) bool {
|
||||
}
|
||||
}
|
||||
return l.Cfg.IsSet(key)
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user