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.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/bear/templates/header.html b/themes/bear/templates/header.html
index c1d3c3e..90d5a7e 100644
--- a/themes/bear/templates/header.html
+++ b/themes/bear/templates/header.html
@@ -1,7 +1,9 @@
 <header>
-  <a href="{{ config.base_url }}" class="title">
-    <h2>{{ config.title }}</h2>
-  </a>
+  <h2>
+    <a href="{{ config.base_url }}" class="title">
+      {{ config.title }}
+    </a>
+  </h2>
   <nav>
     {% include "nav.html" %}
   </nav>