mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
@@ -41,10 +41,11 @@ var globalOnlySettings = map[string]bool{
|
||||
|
||||
// Language manages specific-language configuration.
|
||||
type Language struct {
|
||||
Lang string
|
||||
LanguageName string
|
||||
Title string
|
||||
Weight int
|
||||
Lang string
|
||||
LanguageName string
|
||||
LanguageDirection string
|
||||
Title string
|
||||
Weight int
|
||||
|
||||
Disabled bool
|
||||
|
||||
|
Reference in New Issue
Block a user