Ajout des catégories au menu

This commit is contained in:
Stanislas Jouffroy 2025-03-25 23:24:10 +01:00
parent ddfd444364
commit 9d5b3e18c4
2 changed files with 8 additions and 4 deletions

View file

@ -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/

View file

@ -263,9 +263,9 @@ figure > figcaption h4 {
}
.taxonomy {
-webkit-column-width: 150px;
-moz-column-width: 150px;
column-width: 150px;
-webkit-column-width: 200px;
-moz-column-width: 200px;
column-width: 200px;
}
.ais-SearchBox {