diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 93c6baf..1c29df8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,6 +1,6 @@
- {{ .Title }}
+ {{with .Title }}{{ . }}{{ else }}{{ with site.Params.title }}{{ . }}{{ end }}{{ end }}
{{ "" | safeHTML }}
@@ -31,8 +31,8 @@
{{ "" | safeHTML }}
-
-
+
+
{{ with .OutputFormats.Get "rss" -}}
{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}