File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
{% endif %}
28
28
29
- {% if site.search_enabled != nil %}
29
+ {% if site.search_enabled != false %}
30
30
< script type ="text/javascript " src ="{{ '/assets/js/vendor/lunr.min.js' | absolute_url }} "> </ script >
31
31
{% endif %}
32
32
< script type ="text/javascript " src ="{{ '/assets/js/just-the-docs.js' | absolute_url }} "> </ script >
Original file line number Diff line number Diff line change 25
25
< div class ="main-content-wrap js-main-content " tabindex ="0 ">
26
26
< div class ="main-content ">
27
27
< div class ="page-header js-page-header ">
28
- {% if site.search_enabled != nil %}
28
+ {% if site.search_enabled != false %}
29
29
< div class ="search ">
30
30
< div class ="search-input-wrap ">
31
31
< input type ="text " class ="js-search-input search-input " tabindex ="0 " placeholder ="Search {{ site.title }} " aria-label ="Search {{ site.title }} " autocomplete ="off ">
You can’t perform that action at this time.
0 commit comments