File tree Expand file tree Collapse file tree 1 file changed +27
-6
lines changed
Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change 11{% extends "!layout.html" %}
22
3- {% block menu %}
4- {{ super() }}
5- < div class ="toc-index-div ">
6- < a href ="{{pathto('genindex.html', 1)}} " class ="reference internal toc-index "> Index</ a >
7- </ div >
8- {% endblock %}
3+ {%- block sidebartitle %}
4+ {%- set _logo_url = logo_url|default(pathto('_static/' + (logo or ""), 1)) %}
5+ < a href ="https://aboutcode.org " class ="icon icon-home ">
6+ {% if not theme_logo_only %}{{ project }}{% endif %}
7+ {%- if logo or logo_url %}
8+ < img src ="{{ _logo_url }} " class ="logo " alt ="{{ _('Logo') }} " />
9+ {%- endif %}
10+ </ a >
11+
12+ {%- if READTHEDOCS or DEBUG %}
13+ {%- if theme_version_selector or theme_language_selector %}
14+ < div class ="switch-menus ">
15+ < div class ="version-switch "> </ div >
16+ < div class ="language-switch "> </ div >
17+ </ div >
18+ {%- endif %}
19+ {%- endif %}
20+
21+ {%- include "searchbox.html" %}
22+ {%- endblock %}
23+
24+ {% block menu %}
25+ {{ super() }}
26+ < div class ="toc-index-div ">
27+ < a href ="{{pathto('genindex.html', 1)}} " class ="reference internal toc-index "> Index</ a >
28+ </ div >
29+ {% endblock %}
You can’t perform that action at this time.
0 commit comments