##// END OF EJS Templates
Restore support for etb=None...
Restore support for etb=None Closes #13584, #13538 Should close #13586 and #12467

File last commit:

r26481:80ca5372
r27591:46c63a5b
Show More
breadcrumbs.html
7 lines | 177 B | text/html | HtmlLexer
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
{% block breadcrumbs_aside %}
{% if not meta or meta.get('github_url') != 'hide' %}
{{ super() }}
{% endif %}
{% endblock %}