mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
@@ -14,9 +14,8 @@
|
||||
package hugolib
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"errors"
|
||||
"sync"
|
||||
|
||||
"github.com/gohugoio/hugo/langs"
|
||||
|
||||
@@ -69,7 +68,6 @@ func newMultiLingualFromSites(cfg config.Provider, sites ...*Site) (*Multilingua
|
||||
}
|
||||
|
||||
return &Multilingual{Languages: languages, DefaultLang: langs.NewLanguage(defaultLang, cfg)}, nil
|
||||
|
||||
}
|
||||
|
||||
func (ml *Multilingual) enabled() bool {
|
||||
|
Reference in New Issue
Block a user