about summary refs log tree commit diff stats
path: root/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header.html b/templates/header.html
index 6e56025..54106ea 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,9 +1,9 @@
 <header>
-  {% include "language_switcher.html" %}
+  {%- include "language_switcher.html" %}
   <a href="{{ get_url(path="@/_index.md", lang=lang) }}" class="title">
     <h1>{{ config.title }}</h1>
   </a>
   <nav>
-    {% include "nav.html" %}
+    {%- include "nav.html" %}
   </nav>
 </header>