fix(website): Uses / for logo url

master
sovanna 2019-07-08 12:03:40 +02:00
parent 40e2feaac4
commit 42e830c2bb
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<nav class="navbar navbar-expand-lg navbar-light bg-th-1 justify-content-center justify-content-between pt-3 pb-3" role="navigation">
<a class="navbar-brand logo mr-0" href="{{ get_url(path='/') }}">
<a class="navbar-brand logo mr-0" href="/">
<img src="{{ get_url(path='images/logo@2x.png') }}" height="25" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">