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