Thanks to visit codestin.com Credit goes to github.com
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 233f0bb commit 0c33039Copy full SHA for 0c33039
doc/_templates/search.html
@@ -1,6 +1,9 @@
1
{% extends "layout.html" %}
2
{% set title = _('Search') %}
3
-{% set script_files = script_files + ['_static/searchtools.js'] %}
+{%- block scripts %}
4
+ {{ super() }}
5
+ <script type="text/javascript" src="{{ pathto('_static/searchtools.js', 1) }}"></script>
6
+{%- endblock %}
7
{% block body %}
8
<h1 id="search-documentation">{{ _('Search') }}</h1>
9
<p>
0 commit comments