mirror of
https://github.com/Relintai/pandemonium_engine_docs.git
synced 2025-01-08 15:09:50 +01:00
8 lines
177 B
HTML
8 lines
177 B
HTML
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
|
|
|
|
{% block breadcrumbs_aside %}
|
|
{% if not meta or meta.get('github_url') != 'hide' %}
|
|
{{ super() }}
|
|
{% endif %}
|
|
{% endblock %}
|