diff --git a/content/sommaire.html b/content/sommaire.html
index d81aed0..73ab67d 100644
--- a/content/sommaire.html
+++ b/content/sommaire.html
@@ -7,8 +7,14 @@
[
(#TEXTE|image_reduire{700,*})
]
- <:html5up:en_savoir_plus:>
-
+ [(#CONFIG{html5up/hero}|picker_selected{article}|oui)<:html5up:en_savoir_plus:>
+ ][
+ (#CONFIG{html5up/hero}|picker_selected{article}|non|et{#CONFIG{html5up/rubriques_accueil_masquer}|non})<:html5up:en_savoir_plus:>
+ ][
+ (#CONFIG{html5up/hero}|picker_selected{article}|non|et{#CONFIG{html5up/rubriques_accueil_masquer}|oui|et{#CONFIG{html5up/major}|picker_selected{article}|oui}})<:html5up:en_savoir_plus:>
+ ][
+ (#CONFIG{html5up/hero}|picker_selected{article}|non|et{#CONFIG{html5up/rubriques_accueil_masquer}|oui|et{#CONFIG{html5up/major}|picker_selected{article}|non}|et{#CONFIG{html5up/minor}|picker_selected{article}|oui}})<:html5up:en_savoir_plus:>
+ ]
#SET{exclus,#ARRAY}
diff --git a/lang/html5up_fr.php b/lang/html5up_fr.php
index b36d4bd..6f9f28d 100644
--- a/lang/html5up_fr.php
+++ b/lang/html5up_fr.php
@@ -77,7 +77,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'reseaux_sociaux_configurer' => 'Configurer le plugin : Liens sociaux',
'rubriques_accueil' => 'Liste de rubriques',
'rubriques_accueil_explications' => 'Sélectionnez ici manuellement les rubriques, ou laissez vide pour afficher les cinq premières rubriques de la racine du site.',
- 'rubriques_accueil_masquer' => 'Masquer la liste des rubriques sur la page accueil',
+ 'rubriques_accueil_masquer' => 'Masquer',
'rubriques_accueil_masquer_explications' => 'Par défaut les rubriques racines sont affichées sur la page accueil, vous pouvez préférer les masquer.',
// S
diff --git a/paquet.xml b/paquet.xml
index f8390ae..1e8ae1b 100644
--- a/paquet.xml
+++ b/paquet.xml
@@ -1,7 +1,7 @@