fix: Commenter le sélecteur de langue dans l'en-tête et supprimer la détection de langue via VisitorAPI

This commit is contained in:
Boris Waaub
2026-04-07 14:19:36 +02:00
parent 084bc86fb6
commit bf13106c7d
3 changed files with 4 additions and 146 deletions
+3 -3
View File
@@ -148,7 +148,7 @@ pagination = { pagerSize = 6, path = "page" }
[menu.main.params]
has_submenu = true
submenu = [
{ name = "Blog", url = "/resources/blog" },
# { name = "Blog", url = "/resources/blog" },
{ name = "Manuels", url = "/resources/manuals" },
{ name = "Tutoriels", url = "/resources/tutorials" },
{ name = "Installation", url = "/resources/installation" },
@@ -188,7 +188,7 @@ pagination = { pagerSize = 6, path = "page" }
[languages.en.menu.main.params]
has_submenu = true
submenu = [
{ name = "Blog", url = "/resources/blog" },
# { name = "Blog", url = "/resources/blog" },
{ name = "Technical Documentation", url = "/resources/technical-documentation" },
{ name = "Manuals", url = "/resources/manuals" },
{ name = "Tutorials", url = "/resources/tutorials" },
@@ -232,7 +232,7 @@ pagination = { pagerSize = 6, path = "page" }
{ name = "Handleidingen", url = "/resources/manuals" },
{ name = "Tutorials", url = "/resources/tutorials" },
{ name = "FAQ", url = "/resources/faq" },
{ name = "Blog", url = "/resources/blog" }
# { name = "Blog", url = "/resources/blog" }
]
[[languages.nl.menu.main]]
name = "Contacteer Ons"