diff --git a/404.html b/404.html
index a061511..2f540ce 100755
--- a/404.html
+++ b/404.html
@@ -1,6 +1,6 @@
---
permalink: /404
-layout: master
+layout: main
---
diff --git a/_layouts/master.html b/_layouts/main.html
similarity index 95%
rename from _layouts/master.html
rename to _layouts/main.html
index 604b84e..24d8f65 100755
--- a/_layouts/master.html
+++ b/_layouts/main.html
@@ -9,7 +9,7 @@
-
+
{% include header.html %}
diff --git a/assets/css/master.scss b/assets/css/styles.scss
similarity index 100%
rename from assets/css/master.scss
rename to assets/css/styles.scss
diff --git a/blog.md b/blog.md
index d7bedac..0e17b25 100755
--- a/blog.md
+++ b/blog.md
@@ -1,3 +1,3 @@
---
-layout: master
+layout: main
---
diff --git a/favicon.ico b/favicon.ico
new file mode 100755
index 0000000..21e42dd
Binary files /dev/null and b/favicon.ico differ
diff --git a/pages/about-us.html b/pages/about-us.html
index 9fb060e..0054842 100755
--- a/pages/about-us.html
+++ b/pages/about-us.html
@@ -1,6 +1,6 @@
---
permalink: /about-us
-layout: master
+layout: main
title: Find out about CoderDojo in London
breadcrumbs: "Home:/:;About Us:/about-us:about-us active"
---
diff --git a/pages/attend-a-dojo.html b/pages/attend-a-dojo.html
index b8f6de9..6eb4d02 100755
--- a/pages/attend-a-dojo.html
+++ b/pages/attend-a-dojo.html
@@ -1,6 +1,6 @@
---
permalink: /attend-a-dojo
-layout: master
+layout: main
title: Attend a CoderDojo in London
breadcrumbs: "Home:/:;Attend a Dojo:/attend-a-dojo:attend active"
---
diff --git a/pages/index.html b/pages/index.html
index b32f0e8..30b6c0e 100755
--- a/pages/index.html
+++ b/pages/index.html
@@ -1,6 +1,6 @@
---
permalink: /
-layout: master
+layout: main
title: CoderDojo - Be Cool and get involved
breadcrumbs: "Home:/:"
---