diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 34f0e02f..a240b14c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,7 +4,7 @@
-
{{ block "title" . }}{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}{{ end }}
+ {{ block "title" . }}{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}{{ end }}{{ if and ( .Title ) ( .IsHome ) }} - {{ .Title }}{{ end }}
{{- if .Site.Params.opengraph }}
@@ -55,4 +55,4 @@
{{- end }}
{{- partial "mathjax.html" . -}}