File tree 1 file changed +9
-10
lines changed 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 63
63
ga ( 'create' , 'UA-37242602-11' , 'auto' ) ;
64
64
ga ( 'send' , 'pageview' ) ;
65
65
</ 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 >
66
74
{% endblock %}
67
75
68
76
{# From: https://github.com/bitprophet/alabaster/blob/5f249677242be96601e034edb3697b7482a6abcf/alabaster/layout.html #}
120
128
< div style ="text-align: center; " id ="waldo-tag-2171 "> </ div >
121
129
{% if show_copyright %}< p > ©{{ copyright }}</ p > {% endif %}
122
130
</ 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