File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 6363 ga ( 'create' , 'UA-37242602-11' , 'auto' ) ;
6464 ga ( 'send' , 'pageview' ) ;
6565 </ script >
66+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js "> </ script >
67+ < script type ="text/javascript "> docsearch ( {
68+ apiKey : '512b0d6c0c8578bed7662f5279c2249c' ,
69+ indexName : 'python-guide' ,
70+ inputSelector : '#q' ,
71+ debug : false // Set debug to true if you want to inspect the dropdown
72+ } ) ;
73+ </ script >
6674{% endblock %}
6775
6876{# From: https://github.com/bitprophet/alabaster/blob/5f249677242be96601e034edb3697b7482a6abcf/alabaster/layout.html #}
120128 < div style ="text-align: center; " id ="waldo-tag-2171 "> </ div >
121129 {% if show_copyright %}< p > ©{{ copyright }}</ p > {% endif %}
122130</ div >
123- {% endblock %}
124- <!-- at the end of the BODY -->
125- < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js "> </ script >
126- < script type ="text/javascript "> docsearch ( {
127- apiKey : '512b0d6c0c8578bed7662f5279c2249c' ,
128- indexName : 'python-guide' ,
129- inputSelector : '#q' ,
130- debug : false // Set debug to true if you want to inspect the dropdown
131- } ) ;
132- </ script >
131+ {% endblock %}
You can’t perform that action at this time.
0 commit comments