Skip to content

Commit 2293485

Browse files
author
alexey
committed
edit breadcrumbs
1 parent cb1164b commit 2293485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/readthedocs/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div role="navigation" aria-label="breadcrumbs navigation">
22
<ul class="wy-breadcrumbs">
3-
<li><a href="{{ homepage_url }}">Docs v{{ config.extra.current_version }}</a> &raquo;</li>
3+
<li><a href="{{ homepage_url }}">Docs v:{{ config.extra.current_version }}</a> &raquo;</li>
44
{% for doc in current_page.ancestors %}
55
{% if doc.link %}
66
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>

0 commit comments

Comments
 (0)