25 lines
372 B
YAML
25 lines
372 B
YAML
main:
|
|
- name: "Services"
|
|
url: "/services/"
|
|
weight: 2
|
|
- name: "Team"
|
|
url: "/team/"
|
|
weight: 3
|
|
- name: "About"
|
|
url: "/about/"
|
|
weight: 4
|
|
- name: "FAQ"
|
|
url: "/faq"
|
|
weight: 5
|
|
- name: "Contact"
|
|
url: "/contact/"
|
|
weight: 6
|
|
|
|
footer:
|
|
- name: "Home"
|
|
url: "/"
|
|
weight: 1
|
|
- name: "Contact"
|
|
url: "/contact/"
|
|
weight: 2
|