diff --git a/_config.yml b/_config.yml
index 49230fb..4f13818 100755
--- a/_config.yml
+++ b/_config.yml
@@ -4,7 +4,7 @@ email: contact@communiquons.org
description: Website about Comunic.
baseurl: "" # the subpath of your site, e.g. /blog/ (If you use organization leave empty)
-url: "https://about.communiquons.org" # the base hostname & protocol for your site
+url: "http://127.0.0.1:4000" # the base hostname & protocol for your site
#Comunic application URL
app_url: "http://devweb.local/comunic/v2/"
diff --git a/_includes/common/head.html b/_includes/common/head.html
index 0d9eacd..ba0fc43 100755
--- a/_includes/common/head.html
+++ b/_includes/common/head.html
@@ -9,20 +9,24 @@
{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
+
+
+ {% if page.title %}{% endif %}
+ {% if page.subtitle %}{% endif %}
+
diff --git a/developer/index.html b/developer/index.html
index 5c8b77c..c24a4e8 100644
--- a/developer/index.html
+++ b/developer/index.html
@@ -1,4 +1,5 @@
---
layout: developer/home
title: Developer
+subtitle: Comunic website for developers
---
\ No newline at end of file
diff --git a/index.html b/index.html
index d6acad5..b0dd4e6 100755
--- a/index.html
+++ b/index.html
@@ -1,4 +1,5 @@
---
layout: home
title: Comunic, A new Social Network
+subtitle: Discover a social network that respect your privacy
---