diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 1414be3..272d3d4 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -2,7 +2,7 @@
- {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} - {{ .Site.Title }}{{ end }}
+ {{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}
{{ .Hugo.Generator }}
{{ with .Params.goimport }}