From 7ab76e887c43e657043650b55d99312a9bb090b8 Mon Sep 17 00:00:00 2001
From: Alexandre Roulois <alexandre.roulois@u-paris.fr>
Date: Tue, 10 Oct 2023 09:41:19 +0200
Subject: [PATCH] Minor changes

---
 views/en/home.pug    | 2 +-
 views/en/program.pug | 2 +-
 views/fr/home.pug    | 2 +-
 views/fr/program.pug | 2 +-
 views/layout.pug     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/views/en/home.pug b/views/en/home.pug
index a6d2f85..21c2979 100644
--- a/views/en/home.pug
+++ b/views/en/home.pug
@@ -4,4 +4,4 @@ block content
 
 	h1.text-terracotta= title
 	p.lead
-		| CSSP 2023 will take place on 7-9 December 2023 (preceding a thematic workshop "Moral language" on 11 December 2023) at Ecole Normale Supérieure, Paris.
\ No newline at end of file
+		| CSSP 2023 will take place on 7-8 December 2023 (preceding a thematic workshop "Moral language" on 11 December 2023) at Ecole Normale Supérieure, Paris.
\ No newline at end of file
diff --git a/views/en/program.pug b/views/en/program.pug
index 9965d41..5abba69 100644
--- a/views/en/program.pug
+++ b/views/en/program.pug
@@ -104,7 +104,7 @@ block content
 			cite
 				| Australian apprehensive grams as scalar negative modals
 		li
-			| Kata Balogh & Rainer Osswald  (Heinrich Heine Universität Düsseldorf )
+			| Kata Balogh, Rainer Osswald & Laura Kallmeyer (Heinrich Heine Universität Düsseldorf )
 			br
 			cite
 				| A novel representation of non-constituent focus and discontinuous focus
diff --git a/views/fr/home.pug b/views/fr/home.pug
index 2dd2996..1252843 100644
--- a/views/fr/home.pug
+++ b/views/fr/home.pug
@@ -4,4 +4,4 @@ block content
 
 	h1.text-terracotta= title
 	p.lead
-		| CSSP 2023 aura lieu les 7-9 décembre 2023 (avec, en plus, un workshop thématique "Langage moral" le 11 décembre 2023) à l'Ecole Normale Supérieure, Paris.
+		| CSSP 2023 aura lieu les 7-8 décembre 2023 (avec, en plus, un workshop thématique "Langage moral" le 11 décembre 2023) à l'Ecole Normale Supérieure, Paris.
diff --git a/views/fr/program.pug b/views/fr/program.pug
index c23f7bb..9e3cd5b 100644
--- a/views/fr/program.pug
+++ b/views/fr/program.pug
@@ -104,7 +104,7 @@ block content
 			cite
 				| Australian apprehensive grams as scalar negative modals
 		li
-			| Kata Balogh & Rainer Osswald  (Heinrich Heine Universität Düsseldorf )
+			| Kata Balogh, Rainer Osswald & Laura Kallmeyer (Heinrich Heine Universität Düsseldorf )
 			br
 			cite
 				| A novel representation of non-constituent focus and discontinuous focus
diff --git a/views/layout.pug b/views/layout.pug
index 5cd1446..7596743 100644
--- a/views/layout.pug
+++ b/views/layout.pug
@@ -72,7 +72,7 @@ html
 						a.nav-link.text-terracotta(href="/program")!= t("NAV.PROG")
 						a.nav-link.text-terracotta(href="/thanks")!= t("NAV.THX")
 						a.nav-link.text-terracotta(href="/information")!= t("NAV.INFO")
-						a.nav-link.text-terracotta(href="/registration")!= t("NAV.REG")
+						a.nav-link.text-terracotta(href="https://cssp2023.sciencesconf.org/registration")!= t("NAV.REG")
 						a.nav-link.text-terracotta(href="/contact")!= t("NAV.CONTACT")
 
 					<!-- Logos -->
-- 
GitLab