From e87bdce9e6b6abd1f55c69777694862326583b6e Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Tue, 10 Mar 2026 11:53:18 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20ouvrir=20le=20lien=20de=20la=20d=C3=A9mo?= =?UTF-8?q?=20dans=20un=20nouvel=20onglet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index f4a32ce..8433198 100644 --- a/hugo.toml +++ b/hugo.toml @@ -86,7 +86,7 @@ pagination = { pagerSize = 6, path = "page" } text = "Démo" url = "http://demo.chill.social/" mobileClass = "block text-center px-6 py-3 rounded-lg font-bold transition duration-200 ease-in-out bg-primary-400 text-white hover:bg-primary-400 hover:scale-105" - open_tab = false + open_tab = true # Header Logo [params.header.logo]