cosmetic fix
This commit is contained in:
parent
2af421ead1
commit
3bdaab7e78
1 changed files with 29 additions and 37 deletions
66
config.toml
66
config.toml
|
@ -61,22 +61,21 @@ DefaultContentLanguage = "ru"
|
|||
|
||||
[languages]
|
||||
[languages.en]
|
||||
# weight = 2
|
||||
languageCode= 'en'
|
||||
languageName = 'EN'
|
||||
title = "Sadium"
|
||||
# subtitle = "A simple, retro theme for Hugo"
|
||||
[languages.en.params]
|
||||
owner = "Sysadmin Link"
|
||||
keywords = ""
|
||||
copyright = ""
|
||||
menuMore = "Show more"
|
||||
readMore = "Read more"
|
||||
readOtherPosts = "Read other posts"
|
||||
newerPosts = "Newer posts"
|
||||
olderPosts = "Older posts"
|
||||
missingContentMessage = "Page not found..."
|
||||
missingBackButtonLabel = "Back to home page"
|
||||
owner = "Sysadmin Link"
|
||||
keywords = ""
|
||||
copyright = ""
|
||||
menuMore = "Show more"
|
||||
readMore = "Read more"
|
||||
readOtherPosts = "Read other posts"
|
||||
newerPosts = "Newer posts"
|
||||
olderPosts = "Older posts"
|
||||
missingContentMessage = "Page not found..."
|
||||
missingBackButtonLabel = "Back to home page"
|
||||
|
||||
[languages.en.params.logo]
|
||||
logoText = "Sadium"
|
||||
|
@ -95,31 +94,24 @@ DefaultContentLanguage = "ru"
|
|||
identifier = "posts"
|
||||
name = "Posts"
|
||||
url = "/en/posts"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "contacts"
|
||||
name = "Contacts"
|
||||
url = "/en/contacts"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "live"
|
||||
name = "[🔼] Owncast"
|
||||
url = "https://live.sadium.cyou"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "uptime"
|
||||
name = "[🔼] Uptime"
|
||||
url = "https://up.sadium.cyou"
|
||||
# [[languages.en.menu.main]]
|
||||
# identifier = "donate"
|
||||
# name = "🪙"
|
||||
# url = "/en/donate"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "contacts"
|
||||
name = "Contacts"
|
||||
url = "/en/contacts"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "live"
|
||||
name = "[🔼] Owncast"
|
||||
url = "https://live.sadium.cyou"
|
||||
[[languages.en.menu.main]]
|
||||
identifier = "uptime"
|
||||
name = "[🔼] Uptime"
|
||||
url = "https://up.sadium.cyou"
|
||||
|
||||
[languages.ru]
|
||||
# weight = 1
|
||||
languageCode = 'ru'
|
||||
languageName = 'RU'
|
||||
title = "Sadium"
|
||||
[languages.ru.params]
|
||||
# subtitle = "A simple, retro theme for Hugo"
|
||||
languageCode = 'ru'
|
||||
languageName = 'RU'
|
||||
title = "Sadium"
|
||||
[languages.ru.params]
|
||||
writtenby = "Сисадмин Линк"
|
||||
keywords = ""
|
||||
copyright = ""
|
||||
|
@ -132,9 +124,9 @@ DefaultContentLanguage = "ru"
|
|||
missingBackButtonLabel = "Вернуться на домашнюю страницу"
|
||||
# url = "/"
|
||||
|
||||
[languages.ru.params.logo]
|
||||
logoText = "Sadium"
|
||||
# logoHomeLink = "/"
|
||||
[languages.ru.params.logo]
|
||||
logoText = "Sadium"
|
||||
# logoHomeLink = "/"
|
||||
|
||||
[languages.ru.menu]
|
||||
[[languages.ru.menu.main]]
|
||||
|
|
Loading…
Reference in a new issue