From 58becd5f3c4489582e21dc8e6d729c6d24168c2e Mon Sep 17 00:00:00 2001 From: Micressor <micressor@secure.mailbox.org> Date: Thu, 20 Dec 2018 17:43:50 +0100 Subject: [PATCH] Fix link when clicking on the logo --- themes/briar/layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/briar/layouts/partials/header.html b/themes/briar/layouts/partials/header.html index 616075e..fbcbbb8 100644 --- a/themes/briar/layouts/partials/header.html +++ b/themes/briar/layouts/partials/header.html @@ -1,6 +1,6 @@ <div id="header_container"> <div id="header"> - <a href="index.html"><div id="logo"><img src="/img/briar_logo_large.png" alt="Briar" class="logo"/></div></a> + <a href="/"><div id="logo"><img src="/img/briar_logo_large.png" alt="Briar" class="logo"/></div></a> <div id="nav"> <div id="signup"> <div id="twitter"> -- GitLab