diff --git a/_config.yml b/_config.yml
index 6c835930..30ab6b6e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,12 +1,12 @@
# Site settings
-title: Strata # Title of your site
+title: Strata # Type the title of your site here
email: your-email@domain.com # Your contant email
+avatar: /images/avatar.jpg # Put your avatar in the images folder and replace avatar.jpg with the name of your file
+
+description: Write an awesome description
for your site here. Feel free to use some basic HTML
formating to make it even cooler.
+
-description: > # this means to ignore newlines until "baseurl:"
- Write an awesome description for your new site here. You can edit this
- line in _config.yml. It will appear in your document head meta (for
- Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://yourdomain.com" # the base hostname & protocol for your site
diff --git a/_layouts/default.html b/_layouts/default.html
index e0f4215d..4d1d6f7c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,7 +1,7 @@