##// END OF EJS Templates
issue#13073: Made a couple of fixes after testing on Wayland (Gnome)
issue#13073: Made a couple of fixes after testing on Wayland (Gnome)

File last commit:

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