diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index cba17f5..14de627 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,9 +1,9 @@
-
+
{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}
{{- partialCached "head/css.html" . }}
{{ with .OutputFormats.Get "rss" }}
{{- printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
-{{- end }}
\ No newline at end of file
+{{- end }}