mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 17:41:01 +00:00
fix #1282: add title on wallabag logo
This commit is contained in:
parent
55333dfd21
commit
44a16e82d8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
<ul id="slide-out" class="side-nav fixed">
|
||||
{% block logo %}
|
||||
<li class="logo border-bottom">
|
||||
<a class="waves-effect" href="{{ path('unread') }}">
|
||||
<a class="waves-effect" title="{% trans %}Back to unread articles{% endtrans %}" href="{{ path('unread') }}">
|
||||
<img src="{{ asset('themes/baggy/img/logo-other_themes.png') }}" alt="wallabag logo" />
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue