diff --git a/README.md b/README.md
index 922af82..994b9ae 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,9 @@ After installation, you will need to configure the config.toml file, change pict
### The config file
-Copy the config.toml from the exampleSite folder into your Hugo site's root folder. Change the fields as needed. Add or delete social media by following the examples in the file. You may need to look up the [font-awesome](http://fontawesome.io/) icon names. The icon field should be filled out without the "fa" prefix. The icon field for Twitter should be 'twitter' instead of 'fa-twitter'.
+Copy the `config.toml` from the exampleSite folder into your Hugo site's root folder. Change the fields as needed. Add or delete social media by following the examples in the file. You may need to look up the [font-awesome](http://fontawesome.io/) icon names. The icon field should be filled out without the "fa" prefix. The icon field for Twitter should be 'twitter' instead of 'fa-twitter'.
+
+You can change the logo as well with font-awesome icons. The default is set to `fa-diamond`.
### Changing pictures
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1d96aef..2f25303 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,6 +7,7 @@ theme = "dimension"
title = "Dimension"
description = 'A fully responsive site template designed by HTML5 UP and released
for free under the Creative Commons license.'
+ logo = "fa-diamond"
copyright = "Untitled"
[[params.social]]
diff --git a/layouts/index.html b/layouts/index.html
index c9dee22..0c344ac 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -21,7 +21,7 @@