From 67bb7b1cdf61b416436446b96033fc98b0013b9e Mon Sep 17 00:00:00 2001 From: STAHL FREDERIC <fstahl@unistra.fr> Date: Wed, 25 May 2022 11:45:43 +0000 Subject: [PATCH] Update config.yaml --- config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index dbdfe14..934d2bd 100644 --- a/config.yaml +++ b/config.yaml @@ -65,21 +65,21 @@ menu: weight: 3 -defaultContentLanguage: "en" +defaultContentLanguage: "fr" languages: fr: languageName: Français weight: 1 - title: "Bienvenue sur le site du LinCS !" + title: "UMR7069 - LinCS" subtitle: "Laboratoire International des Etudes Culturelles" params: dateFormat: "2/1/2006" en: languageName: English weight: 2 - title: "Welcome on LinCS website !" + title: "UMR7069 - LinCS" subtitle: "Internatinoal Laboratory for Cultural Studies" params: dateFormat: "2006-1-2" disableLanguages: - - fr + - en -- GitLab