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

alexanderdavide
20.43.2022 d2b4566616a5af9cad2e73676a622c6cf7c6812b
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
30
31
32
33
34
35
  [[main]]
  name = "Home"
  identifier = "home"
  weight = 100
  url = "/"
 
  [[main]]
  name = "Posts"
  weight = 200
  identifier = "posts"
  url = "/post/"
 
  [[main]]
  name = "Portfolio"
  weight = 300
  identifier = "portfolio"
  url = "/portfolio/"
 
  [[main]]
  name = "About"
  weight = 400
  identifier = "about"
  url = "/about/"
 
  [[main]]
  name = "Contact"
  weight = 500
  identifier = "contact"
  url = "/contact/"
 
  [[footer]]
  name = "imprint"
  weight = 1
  identifier = "imprint"
  url = "/imprint/"