Skip to content

Commit 8f32736

Browse files
committed
Add more localized strings
This adds altext on the home icon, copyright is already translated on the footer.html Fixes #795
1 parent b360305 commit 8f32736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
{% if logo and theme_logo_only %}
117117
<a href="{{ pathto(master_doc) }}">
118118
{% else %}
119-
<a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}
119+
<a href="{{ pathto(master_doc) }}" class="icon icon-home" alt="{{ _("Documentation Home") }}"> {{ project }}
120120
{% endif %}
121121

122122
{% if logo %}

0 commit comments

Comments
 (0)