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

Alexander Eble
22.42.2021 3b4e8f37c6d17f73f211627f4b80dd23cfcb76be
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/"