diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 475d6f9..69715a8 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -6,10 +6,18 @@
{{- partial "favicon.html" . -}}
+ {{ if .IsHome }}
+
{{ .Site.Title }}
+ {{ else }}
{{- block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{- end }}
+ {{ end }}
{{- partial "seo_tags.html" . -}}
+
{{ $style := resources.Get "style.css" | minify }}
@@ -40,6 +48,7 @@
{{- block "main" . }}{{- end }}
+ {{- partial "custom_main.html" . -}}