From 9d5b3e18c45822b8bc0650a7bee122fb809913fc Mon Sep 17 00:00:00 2001 From: stanislas Date: Tue, 25 Mar 2025 23:24:10 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20cat=C3=A9gories=20au=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 6 +++++- src/scss/_component.scss | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index a85b27b..4f4a94d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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/ diff --git a/src/scss/_component.scss b/src/scss/_component.scss index cd43442..bc97de1 100644 --- a/src/scss/_component.scss +++ b/src/scss/_component.scss @@ -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 {