all repos — homestead @ 377246043eb16cb131106422c542d19a52cc00cc

Code for my website

Use relative URLs in HTML

Alan Pearce
commit

377246043eb16cb131106422c542d19a52cc00cc

parent

ef3966954df81892f8a751a63f54a72b4887bf4a

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>