about summary refs log tree commit diff stats
path: root/themes/bear/templates/header.html
diff options
context:
space:
mode:
authorAlan Pearce2023-06-23 14:01:14 +0200
committerAlan Pearce2023-06-23 14:04:53 +0200
commit805b34faf0bbdaf135e16072b8dd9153a24368ad (patch)
treee4fe3dfe9c77cb653d03170d6e5f137fcdb96a81 /themes/bear/templates/header.html
parentfe119b75f2b3f8f3ba8c2367c3ec768538edc695 (diff)
downloadwebsite-805b34faf0bbdaf135e16072b8dd9153a24368ad.tar.lz
website-805b34faf0bbdaf135e16072b8dd9153a24368ad.tar.zst
website-805b34faf0bbdaf135e16072b8dd9153a24368ad.zip
Fix overzealous URL encoding
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>