diff --git a/mkdocs/themes/readthedocs/breadcrumbs.html b/mkdocs/themes/readthedocs/breadcrumbs.html index a8a42577..b4ba49cb 100644 --- a/mkdocs/themes/readthedocs/breadcrumbs.html +++ b/mkdocs/themes/readthedocs/breadcrumbs.html @@ -9,8 +9,8 @@
  • {{ doc.title }} »
  • {%- endif %} {%- endfor %} +
  • {{ page.title }}
  • {%- endif %} - {%- if page %}
  • {{ page.title }}
  • {%- endif %}
  • {%- block repo %} {%- if page and page.edit_url %} @@ -39,4 +39,3 @@ {%- endif %}
    -