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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bear/templates/header.html b/themes/bear/templates/header.html
index d08ea29..18b2318 100644
--- a/themes/bear/templates/header.html
+++ b/themes/bear/templates/header.html
@@ -1,7 +1,7 @@
 <a class="skip" href="#content">Skip to main content</a>
 <header>
   <h2>
-    <a href="{{ config.base_url }}" class="title">
+    <a href="{{ config.base_url | safe }}" class="title">
       {{ config.title }}
     </a>
   </h2>