mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-14 10:17:20 +01:00
7 lines
176 B
HTML
7 lines
176 B
HTML
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
|
|
|
|
{% block breadcrumbs_aside %}
|
|
{% if not meta or meta.get('github_url') != 'hide' %}
|
|
{{ super() }}
|
|
{% endif %}
|
|
{% endblock %} |