mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
03.20.2021 045dabb11992a0d77f404dd931cbb093f4e11b44
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  [[main]]
  name = "Home"
  identifier = "home"
  weight = 100
  url = "/"
 
  [[main]]
  name = "Posts"
  weight = 200
  identifier = "posts"
  url = "/post/"
 
  [[main]]
  name = "About"
  weight = 300
  identifier = "about"
  url = "/about/"
 
  [[main]]
  name = "Contact"
  weight = 400
  identifier = "contact"
  url = "/contact/"
 
  [[footer]]
  name = "imprint"
  weight = 1
  identifier = "imprint"
  url = "/imprint/"