diff --git a/mkdocs/themes/readthedocs/breadcrumbs.html b/mkdocs/themes/readthedocs/breadcrumbs.html index 8357ee84..29ab9086 100644 --- a/mkdocs/themes/readthedocs/breadcrumbs.html +++ b/mkdocs/themes/readthedocs/breadcrumbs.html @@ -3,8 +3,8 @@
  • {%- if page %} {%- for doc in page.ancestors[::-1] %} - {%- if doc.link %} - + {%- if doc.url %} + {%- else %} {%- endif %}