forked from M-Labs/web2019
fix(website): Adds url dynamic url forlogo
This commit is contained in:
parent
d1a781da2a
commit
ee2fdd78d1
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-th-1 justify-content-center justify-content-between pt-3 pb-3" role="navigation">
|
<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="/">
|
<a class="navbar-brand logo mr-0" href="{{ get_url(path='/') }}">
|
||||||
<img src="{{ get_url(path='images/logo@2x.png') }}" height="25" alt="logo">
|
<img src="{{ get_url(path='images/logo@2x.png') }}" height="25" alt="logo">
|
||||||
</a>
|
</a>
|
||||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
|
Loading…
Reference in New Issue