all repos — website @ 8ab05aa7c96bfb59ea6e50e0dfc6848a37e47447

My website

Use relative URLs in HTML

Alan Pearce
commit

8ab05aa7c96bfb59ea6e50e0dfc6848a37e47447

parent

7b9d6622a4dd97075e8334f75dff9661e87e75ff

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M themes/bear/templates/header.htmlthemes/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>