Ajout des catégories au menu
This commit is contained in:
parent
ddfd444364
commit
9d5b3e18c4
2 changed files with 8 additions and 4 deletions
|
@ -68,9 +68,13 @@ enableMissingTranslationPlaceholders = false
|
|||
weight = 10
|
||||
identifier = 'a-propos'
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
name = "Etiquettes"
|
||||
url = "/tags"
|
||||
weight = 30
|
||||
[[menu.main]]
|
||||
name = "Catégories"
|
||||
url = "/categories"
|
||||
weight = 20
|
||||
|
||||
# Markup configure section
|
||||
# See https://gohugo.io/getting-started/configuration-markup/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue