breadcrumbs.html
7 lines
| 177 B
| text/html
|
HtmlLexer
Coco Mishra
|
r26481 | {%- extends "sphinx_rtd_theme/breadcrumbs.html" %} | ||
{% block breadcrumbs_aside %} | ||||
{% if not meta or meta.get('github_url') != 'hide' %} | ||||
{{ super() }} | ||||
{% endif %} | ||||
{% endblock %} | ||||