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.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/header.html b/templates/header.html
deleted file mode 100644
index c1d3c3e..0000000
--- a/templates/header.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<header>
-  <a href="{{ config.base_url }}" class="title">
-    <h2>{{ config.title }}</h2>
-  </a>
-  <nav>
-    {% include "nav.html" %}
-  </nav>
-</header>