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 08894d4 commit 0af3aa4Copy full SHA for 0af3aa4
source/_templates/layout.html
@@ -47,7 +47,7 @@
47
<script src="{{ pathto('_static/js/mathjax-config.js', 1) }}"></script>
48
<script src="{{ pathto('_static/js/lunr.js', 1) }}"></script>
49
<script src="{{ pathto('_static/lunr/lunr_index.js', 1) }}"></script>
50
- <script src="{{ pathto('_static/js/search.js', 1)}}"></script>
+ <script src="{{ pathto('_static/js/search.js', 1)}}"></script>
51
<script>
52
initSearch('{{pathto("", 1)}}')
53
</script>
0 commit comments