about summary refs log tree commit diff stats
path: root/themes/bear/templates/header.html
diff options
context:
space:
mode:
authorAlan Pearce2023-07-06 20:31:08 +0200
committerAlan Pearce2023-07-06 20:31:08 +0200
commit8ab05aa7c96bfb59ea6e50e0dfc6848a37e47447 (patch)
tree85ff9d3644cbe9e38c745ca5d22180aa94d39827 /themes/bear/templates/header.html
parent7b9d6622a4dd97075e8334f75dff9661e87e75ff (diff)
downloadwebsite-8ab05aa7c96bfb59ea6e50e0dfc6848a37e47447.tar.lz
website-8ab05aa7c96bfb59ea6e50e0dfc6848a37e47447.tar.zst
website-8ab05aa7c96bfb59ea6e50e0dfc6848a37e47447.zip
Use relative URLs in HTML
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 abc74e5..55c1756 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 | safe }}" class="title">
+    <a href="/" class="title">
       {{- config.title -}}
     </a>
   </h2>