mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Add alt to the image
This commit is contained in:
parent
6f029e6b3c
commit
d7ef7bf732
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
<nav class="
|
||||
{% if prefs.fixed_navbar == "on" %} fixed_navbar{% endif %}">
|
||||
<div id="logo">
|
||||
<a id="redlib" href="/"><img src="/logo.png"></a>
|
||||
<a id="redlib" href="/"><img src="/logo.png" alt="RedLib logo"></a>
|
||||
{% block subscriptions %}{% endblock %}
|
||||
</div>
|
||||
{% block search %}{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue