about summary refs log tree commit diff stats
path: root/themes/bear/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/header.html')
-rw-r--r--themes/bear/templates/header.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/bear/templates/header.html b/themes/bear/templates/header.html
new file mode 100644
index 0000000..55c1756
--- /dev/null
+++ b/themes/bear/templates/header.html
@@ -0,0 +1,11 @@
+<a class="skip" href="#content">Skip to main content</a>
+<header>
+  <h2>
+    <a href="/" class="title">
+      {{- config.title -}}
+    </a>
+  </h2>
+  <nav>
+    {% include "nav.html" %}
+  </nav>
+</header>{{ "" -}}