diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index df03897..f9c2d3f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,22 +4,44 @@
- {{ block "title" . }}
+ {{- block "title" . -}}
{{ .Site.Title }}
- {{ end }}
-
+ {{- end -}}
-
- {{ partial "header.html" . }}
- {{ block "main" . }}
-
- {{ end }}
- {{ block "footer" . }}
-
- {{ partial "footer.html" . }}
- {{ end }}
+
+ {{- block "site-header" . -}}
+
+ {{ partial "header.html" . }}
+ {{- end }}
+
+
+
+
+ {{- block "content-header" . -}}
+ {{- end -}}
+
+
+
+ {{- block "content" . -}}
+
+ {{ end }}
+
+
+