diff --git a/themes/hugo-theme-flat/layouts/partials/head.html b/themes/hugo-theme-flat/layouts/partials/head.html
index c1016ef..7d0c35b 100644
--- a/themes/hugo-theme-flat/layouts/partials/head.html
+++ b/themes/hugo-theme-flat/layouts/partials/head.html
@@ -3,7 +3,7 @@
-
+
{{ $title := .Site.Title -}}
{{ if .Params.Title -}}
{{ $title = printf "%s | %s" .Params.Title $title -}}