diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 8c40854..7fcbde1 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,7 +2,7 @@
{{ .Title }}
diff --git a/layouts/index.html b/layouts/index.html
index 5aadba4..7ccafab 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -6,7 +6,7 @@
{{ if not .Params.header_use_video }}
-
+
{{ else }}
{{ end }}
@@ -33,9 +33,9 @@
{{ with .Params.header_menu_title }}{{ $button_title = . }}{{ end }}
{{ if isset .Params "external" }}
-
+
{{ else if isset .Params "detailed_page_path" }}
-
+
{{ else }}
{{ $fnav_title := .Title }}{{ with .Params.navigation_menu_title }}{{ $fnav_title = . }}{{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 7057c70..d1258dc 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -9,7 +9,7 @@
{{ range where $sections ".Params.footer_menu" "eq" true }}
-
- {{ .Params.footer_menu_title }}
+ {{ .Params.footer_menu_title }}
{{ end }}