godot-docs/_templates/breadcrumbs.html

8 lines
177 B
HTML
Raw Normal View History

{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
{% block breadcrumbs_aside %}
{% if not meta or meta.get('github_url') != 'hide' %}
{{ super() }}
{% endif %}
{% endblock %}