diff --git a/404.md b/404.md
index 822a620b2d2d464ac26eb3795509eb94a2e2a7c6..df3011040d431a4d1acaaf52f15b07ced999432d 100644
--- a/404.md
+++ b/404.md
@@ -2,5 +2,6 @@
 title: Page non trouvée
 permalink: /404.html
 author_profile: false
+share: false
 ---
 # 404
diff --git a/_config.yml b/_config.yml
index d2897a0adedd2b7f4232a43673d3e4f3e9f0dc42..03c43b32d5e78e03daa797a5a0d1d4c89c19e132 100644
--- a/_config.yml
+++ b/_config.yml
@@ -21,7 +21,7 @@ title_separator          : "|"
 subtitle                 : "Boulègue ton campus !"
 name                     : "Centre Culturel de Luminy CCL"
 description              : "association centre culturel de luminy marseille 13009 culture citoyenneté liberté d'expression art partage des connaissances initiatives sociales concert festival dub reggae rock electro"
-url                      : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
+url                      : "https://test.luminy.org"
 baseurl                  : # the subpath of your site, e.g. "/blog"
 repository               : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
 teaser                   : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
diff --git a/_includes/social-share.html b/_includes/social-share.html
index 0b377982b2688f222d4160b687683a7625d1a9fc..f1a6b57a4d99fbb55df01205b0a381c04418959e 100644
--- a/_includes/social-share.html
+++ b/_includes/social-share.html
@@ -9,3 +9,6 @@
 
   <a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
 </section>
+site.url : {{ site.url }}
+page.url : {{ page.url }}
+page.url absolute : {{ page.url | absolute_url }}
diff --git a/contacts.md b/contacts.md
index f4df38a27a62f87f4725512f7523fcbacf2150b7..4921cb5d676b557b2fb8f3b313c542804524eb19 100644
--- a/contacts.md
+++ b/contacts.md
@@ -1,6 +1,7 @@
 ---
 title: Contacts
 section: ccl
+share: false
 header:
   overlay_image: assets/images/puget-fleuri.png
 ---