diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 60680cc..e726190 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -43,7 +43,7 @@
{{ with .Site.GetPage "/home" }}
{{ range sort (.Resources.ByType "page") "Params.weight" }}
{{ if ne .Name "contact.md" }}
- {{ .Title }}
+ {{ .Title }}
{{ end }}
{{ end }}
{{ end }}
@@ -88,7 +88,7 @@
{{ with .Site.GetPage "/home" }}
{{ with .Resources.GetMatch "contact.md" }}
- {{ .Title }}
+ {{ .Title }}
{{ end }}
{{ end }}