We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcafd8a commit dabc405Copy full SHA for dabc405
src/crate/theme/rtd/crate/page.html
@@ -88,6 +88,12 @@
88
</div>
89
{% endblock container %}
90
91
+{# Include Furo icons as first body element #}
92
+{% block body -%}
93
+{% include "partials/icons.html" %}
94
+{{ super() }}
95
+{% endblock %}
96
+
97
{% block footer %}
98
<footer class="sb-footer">
99
<div class="footer-subscription cr-nojs-hide">
src/crate/theme/rtd/crate/sections/sidebar-secondary.html
@@ -14,8 +14,6 @@
14
{% include "components/version_chooser.html" %}
15
{%- endif %}
16
17
- {% include "partials/icons.html" %}
18
-
19
<div class="theme-toggle-container theme-toggle-header">
20
<button class="theme-toggle">
21
<div class="visually-hidden">Toggle Light / Dark color theme</div>
0 commit comments