This commit is contained in:
Colmaris 2025-03-18 16:33:34 +01:00
parent 7455db083e
commit 113e3650f1
2 changed files with 7 additions and 2 deletions

0
hugo.exe Executable file → Normal file
View file

View file

@ -66,7 +66,7 @@ url = "https://video.colmaris.fr"
[[menu.main]]
identifier = "jardin"
name = "Jardin"
url = "/jardin/"
url = "/categories/jardin/"
weight = 2
[[menu.main]]
identifier = "notes"
@ -76,8 +76,13 @@ url = "https://video.colmaris.fr"
[[menu.main]]
identifier = "photo"
name = "photo"
url = "/photo/"
url = "/categories/photo/"
weight = 4
[[menu.main]]
identifier = "the100pics"
name = "the100pics"
url = "/the100pics/"
weight = 5
[taxonomies]
category = "categories"