Skip to content

Commit 75e4d6a

Browse files
committed
Try to prevent light-mode flashing when changing pages
1 parent 8d13099 commit 75e4d6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<link rel="stylesheet" href="{{ pathto("_static/custom.css", True) }}" type="text/css">
1919
{{ super() }}
2020
{% endblock %}
21-
{% block footer %}
21+
{% block document %}
2222
<script type="text/javascript" src={{ pathto("_static/custom.js", True) }}></script>
2323
{{ super() }}
2424
{% endblock %}

0 commit comments

Comments
 (0)