diff --git a/_config.yml b/_config.yml
index 1cf517c..49230fb 100755
--- a/_config.yml
+++ b/_config.yml
@@ -1,5 +1,5 @@
# Site settings
-title: About Comunic
+title: Comunic
email: contact@communiquons.org
description: Website about Comunic.
diff --git a/_includes/common/head.html b/_includes/common/head.html
index 0729179..75601f7 100755
--- a/_includes/common/head.html
+++ b/_includes/common/head.html
@@ -6,7 +6,7 @@
-
{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
+ {% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}
diff --git a/developer/index.html b/developer/index.html
index 007b5e1..5c8b77c 100644
--- a/developer/index.html
+++ b/developer/index.html
@@ -1,3 +1,4 @@
---
layout: developer/home
+title: Developer
---
\ No newline at end of file
diff --git a/img/comunic_icon.png b/img/comunic_icon.png
new file mode 100644
index 0000000..64abb8f
Binary files /dev/null and b/img/comunic_icon.png differ
diff --git a/index.html b/index.html
index e4d427d..d6acad5 100755
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
---
layout: home
+title: Comunic, A new Social Network
---