Skip to content

Commit ad7a8a4

Browse files
authored
Merge pull request #774 from readthedocs/Blendify/breadcrumbs-icon
Breadcrumbs use home icon instead of "Docs"
2 parents 347a08f + ed9cdf0 commit ad7a8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd_theme/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<ul class="wy-breadcrumbs">
3030
{% block breadcrumbs %}
31-
<li><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> &raquo;</li>
31+
<li><a href="{{ pathto(master_doc) }}" class="icon icon-home"></a> &raquo;</li>
3232
{% for doc in parents %}
3333
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
3434
{% endfor %}

0 commit comments

Comments
 (0)