about summary refs log tree commit diff stats
path: root/templates/header.html
diff options
context:
space:
mode:
authorAlan Pearce2023-04-26 13:14:30 +0200
committerAlan Pearce2023-04-26 13:14:30 +0200
commit65800cdbeadc21ee4a469361d6b70c2189a0fe0f (patch)
tree9ce8a2c6881990fa26b7a9b025c71e650c873865 /templates/header.html
parent111c6b45bfe83c9ff3cee9081392d9a645af8160 (diff)
downloadzola-bearblog-65800cdbeadc21ee4a469361d6b70c2189a0fe0f.tar.lz
zola-bearblog-65800cdbeadc21ee4a469361d6b70c2189a0fe0f.tar.zst
zola-bearblog-65800cdbeadc21ee4a469361d6b70c2189a0fe0f.zip
Improve whitespacing in HTML
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html
index db5b921..c1d3c3e 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -2,5 +2,7 @@
   <a href="{{ config.base_url }}" class="title">
     <h2>{{ config.title }}</h2>
   </a>
-  <nav>{% include "nav.html" %}</nav>
+  <nav>
+    {% include "nav.html" %}
+  </nav>
 </header>