diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 8b8c14b..90cbee5 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -3,7 +3,7 @@
{{ if .Data.Singular }}
Filtering for "{{ .Title }}"
- Remove filter
+ Remove filter
{{ end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index e47df70..9bb5112 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,4 +1,4 @@
-
+
{{ .Site.Title }}
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index def9b6e..f4fabed 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,7 +1,7 @@
-Home
+Home
{{ range .Site.Menus.main }}
{{ .Name }}
{{ end }}
{{ with .Site.GetPage "/blog" }}
-Blog
+Blog
{{ end }}