mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 18:59:35 +01:00
Merge pull request #1294 from wallabag/v2-fix-1282
fix #1282: add title on wallabag logo
This commit is contained in:
commit
54139268f8
@ -63,7 +63,7 @@
|
|||||||
<ul id="slide-out" class="side-nav fixed">
|
<ul id="slide-out" class="side-nav fixed">
|
||||||
{% block logo %}
|
{% block logo %}
|
||||||
<li class="logo border-bottom">
|
<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" />
|
<img src="{{ asset('themes/baggy/img/logo-other_themes.png') }}" alt="wallabag logo" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user