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 weight = 10
identifier = 'a-propos' identifier = 'a-propos'
[[menu.main]] [[menu.main]]
name = "Tags" name = "Etiquettes"
url = "/tags" url = "/tags"
weight = 30 weight = 30
[[menu.main]]
name = "Catégories"
url = "/categories"
weight = 20
# Markup configure section # Markup configure section
# See https://gohugo.io/getting-started/configuration-markup/ # See https://gohugo.io/getting-started/configuration-markup/

View file

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