Fix url to home in navbar

This commit is contained in:
hiro 2019-01-03 14:04:46 +01:00
parent df92b63a28
commit f6585d506f

View File

@ -1,5 +1,5 @@
<nav class="navbar no-background navbar-expand-lg navbar-dark fixed-top bg-primary">
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="{{ '/'|url }}">
<img src="{{ '/static/images/tor-logo.svg'|asseturl }}" >
<span class="sr-only">Tor Logo</span>
</a>