Initial commit: Add telonma homepage
This commit is contained in:
19
config/_default/menus/menus.en.toml
Normal file
19
config/_default/menus/menus.en.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[[main]]
|
||||
name = "Home"
|
||||
pageRef = "/"
|
||||
weight = 1
|
||||
|
||||
[[main]]
|
||||
name = "About"
|
||||
pageRef = "/about"
|
||||
weight = 2
|
||||
|
||||
[[main]]
|
||||
name = "Service"
|
||||
pageRef = "/service"
|
||||
weight = 3
|
||||
|
||||
[[main]]
|
||||
name = "Contact"
|
||||
pageRef = "/contact"
|
||||
weight = 4
|
||||
Reference in New Issue
Block a user