diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 3c9935a..b68614f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -40,7 +40,7 @@
{{ range .Site.Menus.navbar }}
{{ $menuRelURL := .URL | relLangURL }}
- {{ end }}
+ {{ end }}
{{ else }}
{{ range where .Site.RegularPages "Type" "!=" "post" }}
{{ $permalinkRelURL := .Permalink | relLangURL }}