mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
To work, requires adding a meta the very beginning of files that have to hide this link: :github_url: hide
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 %}
|