diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 926c1f5..4aa0c3f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,7 +4,6 @@
-
{{ .Title }}
{{ with .Site.Params.description }}{{ end }}
{{ with .Site.Params.author }}{{ end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index d3088ff..f126a4f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -2,7 +2,7 @@
{{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}
== {{ .Site.Title }} ==
{{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}
- {{ .Site.Params.subtitle }}
+ {{ .Site.Params.subtitle }}