Add language select
This commit is contained in:
parent
0c40eb4ab7
commit
b90922a68f
4 changed files with 24 additions and 0 deletions
|
@ -16,6 +16,7 @@ googleAnalytics = ""
|
|||
description = "Anubis is a simple minimalist theme for Hugo blog engine."
|
||||
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
|
@ -35,6 +36,9 @@ googleAnalytics = ""
|
|||
url = "/posts/"
|
||||
weight = 3
|
||||
|
||||
[languages.pl]
|
||||
languageName = "Polski"
|
||||
|
||||
[[languages.pl.menu.main]]
|
||||
identifier = "about"
|
||||
name = "O Hugo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue