diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 3bf571e..4e3e047 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -21,39 +21,9 @@
+
-
-
+ {{ partial "header.html" . }}
{{ block "main" . }}{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 41517f7..9de0f8d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -27,7 +27,9 @@
{{ if .Params.featured_image }}
-

+
+

+
{{ end }}