diff --git a/content/pages/home.html b/content/pages/home.html index 25dfa77..0f01856 100644 --- a/content/pages/home.html +++ b/content/pages/home.html @@ -122,6 +122,10 @@ +
+ + +
diff --git a/themes/jean-cloud/static/css/main.css b/themes/jean-cloud/static/css/main.css index 6e8059e..b6859a9 100644 --- a/themes/jean-cloud/static/css/main.css +++ b/themes/jean-cloud/static/css/main.css @@ -549,3 +549,7 @@ main footer p, body > footer p { width: 100%; } } + +.field_prenom { + display: none; +}