Changed display for material theme

This commit is contained in:
Nicolas Lœuillet
2016-11-11 20:41:41 +01:00
parent 1c282b1da0
commit 80302e5aaa
4 changed files with 6 additions and 5 deletions

View File

@ -14,7 +14,9 @@
<header class="w600p center mbm">
<h1 class="logo">
{% block logo %}
<img width="100" height="100" src="{{ asset('bundles/wallabagcore/themes/_global/img/logo-w.png') }}" alt="wallabag logo" />
<a title="{{ 'menu.left.back_to_unread'|trans }}" href="{{ path('unread') }}">
<img width="100" height="100" src="{{ asset('bundles/wallabagcore/themes/_global/img/logo-w.png') }}" alt="wallabag logo" />
</a>
{% endblock %}
</h1>
</header>