diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5f8e2ec..df03897 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,11 +1,25 @@
- {{- partial "head.html" . -}}
-
- {{- partial "header.html" . -}}
-
- {{- block "main" . }}{{- end }}
-
- {{- partial "footer.html" . -}}
-
-
+
+
+
+
+ {{ block "title" . }}
+ {{ .Site.Title }}
+ {{ end }}
+
+
+
+
+
+ {{ partial "header.html" . }}
+ {{ block "main" . }}
+
+ {{ end }}
+ {{ block "footer" . }}
+
+ {{ partial "footer.html" . }}
+ {{ end }}
+
+
+