mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Add more localized strings
This adds altext on the home icon, copyright is already translated on the footer.html Fixes #795
This commit is contained in:
parent
b360305d0f
commit
8f327360a5
@ -116,7 +116,7 @@
|
|||||||
{% if logo and theme_logo_only %}
|
{% if logo and theme_logo_only %}
|
||||||
<a href="{{ pathto(master_doc) }}">
|
<a href="{{ pathto(master_doc) }}">
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}
|
<a href="{{ pathto(master_doc) }}" class="icon icon-home" alt="{{ _("Documentation Home") }}"> {{ project }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if logo %}
|
{% if logo %}
|
||||||
|
Loading…
Reference in New Issue
Block a user