diff --git a/_includes/topbar.html b/_includes/topbar.html
index 3d079ed..d85101a 100644
--- a/_includes/topbar.html
+++ b/_includes/topbar.html
@@ -17,7 +17,7 @@
{% if forloop.first %}
- {{ site.data.locales[include.lang].tabs.home | capitalize }}
+ {{- site.data.locales[include.lang].tabs.home | capitalize -}}
@@ -30,8 +30,8 @@
{% elsif page.layout == 'category' or page.layout == 'tag' %}
-
- {{ site.data.locales[include.lang].tabs[item] | default: page.title }}
+
+ {{- site.data.locales[include.lang].tabs[item] | default: page.title -}}
{% endif %}