diff --git a/_config.yml b/_config.yml
index 49fc914..3432f45 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,9 +1,10 @@
# Site settings
title: GruPyBA
header-img: img/home-bg.jpg
+nav-logo: img/python-logo.png
email: your-email@yourdomain.com
-copyright_name: Your/Project/Corporate Name
-description: "Write your site description here. It will be used as your sites meta description as well!"
+copyright_name: GruPyBA
+description: "Grupo de Usuários Python da Bahia"
baseurl: ""
url: "http://grupyba.com.br"
twitter_username:
diff --git a/_includes/nav.html b/_includes/nav.html
index acf2d74..e262843 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -9,7 +9,9 @@
- {{ site.title }}
+
+ {{ site.title }}
+
diff --git a/img/python-logo.png b/img/python-logo.png
new file mode 100644
index 0000000..e42401f
Binary files /dev/null and b/img/python-logo.png differ
diff --git a/index.html b/index.html
index b056db9..20d11ac 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
---
layout: page
-description: "A Clean Blog Theme by Start Bootstrap"
+description: "Grupo de Usuários Python da Bahia"
---
{% for post in paginator.posts %}