Skip to content

Commit dabc405

Browse files
msbtamotl
authored andcommitted
move Furo icons back where they were in the first place
1 parent fcafd8a commit dabc405

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/crate/theme/rtd/crate/page.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
</div>
8989
{% endblock container %}
9090

91+
{# Include Furo icons as first body element #}
92+
{% block body -%}
93+
{% include "partials/icons.html" %}
94+
{{ super() }}
95+
{% endblock %}
96+
9197
{% block footer %}
9298
<footer class="sb-footer">
9399
<div class="footer-subscription cr-nojs-hide">

src/crate/theme/rtd/crate/sections/sidebar-secondary.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
{% include "components/version_chooser.html" %}
1515
{%- endif %}
1616

17-
{% include "partials/icons.html" %}
18-
1917
<div class="theme-toggle-container theme-toggle-header">
2018
<button class="theme-toggle">
2119
<div class="visually-hidden">Toggle Light / Dark color theme</div>

0 commit comments

Comments
 (0)