about summary refs log tree commit diff stats
path: root/templates/header.html
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 16:01:03 +0200
committerAlan Pearce2024-05-29 16:01:03 +0200
commit99423f57f79499f13d021970c1efb4529072006b (patch)
treeaab3b0280ba6eabddb8ce8589538f9efb080a271 /templates/header.html
parentdea01a9d2d2853af740aff8d11f573a70e7c4962 (diff)
downloadzola-bearblog-99423f57f79499f13d021970c1efb4529072006b.tar.lz
zola-bearblog-99423f57f79499f13d021970c1efb4529072006b.tar.zst
zola-bearblog-99423f57f79499f13d021970c1efb4529072006b.zip
improve whitespace generation in output files
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>