Added the italian language
This commit is contained in:
32
config/_default/menus.it.toml
Normal file
32
config/_default/menus.it.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
[[main]]
|
||||
name = "Blog"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Post"
|
||||
pageRef = "/posts"
|
||||
weight = 11
|
||||
parent = "Blog"
|
||||
|
||||
[[main]]
|
||||
name = "Categorie"
|
||||
pageRef = "/categories"
|
||||
weight = 12
|
||||
parent = "Blog"
|
||||
|
||||
[[main]]
|
||||
name = "Serie"
|
||||
pageRef = "/series"
|
||||
weight = 13
|
||||
parent = "Blog"
|
||||
|
||||
[[main]]
|
||||
name = "Su di me"
|
||||
pageRef = "/about-me"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
identifier = "rss"
|
||||
pre = "rss"
|
||||
url = "/index.xml"
|
||||
weight = 30
|
||||
Reference in New Issue
Block a user