Commit 494e8d71 authored by Michal Čihař's avatar Michal Čihař

Show site name in navbar

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 28707ee1
......@@ -42,7 +42,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{% url 'home' %}">WL</a>
<a class="navbar-brand" href="{% url 'home' %}"><img class="avatar" src="{% get_media_prefix %}weblate-128.png" /> {{ site_title }}</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment