changes
This commit is contained in:
parent
7455db083e
commit
113e3650f1
2 changed files with 7 additions and 2 deletions
0
hugo.exe
Executable file → Normal file
0
hugo.exe
Executable file → Normal file
|
@ -66,7 +66,7 @@ url = "https://video.colmaris.fr"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "jardin"
|
identifier = "jardin"
|
||||||
name = "Jardin"
|
name = "Jardin"
|
||||||
url = "/jardin/"
|
url = "/categories/jardin/"
|
||||||
weight = 2
|
weight = 2
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "notes"
|
identifier = "notes"
|
||||||
|
@ -76,8 +76,13 @@ url = "https://video.colmaris.fr"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "photo"
|
identifier = "photo"
|
||||||
name = "photo"
|
name = "photo"
|
||||||
url = "/photo/"
|
url = "/categories/photo/"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "the100pics"
|
||||||
|
name = "the100pics"
|
||||||
|
url = "/the100pics/"
|
||||||
|
weight = 5
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
|
|
Loading…
Add table
Reference in a new issue