mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 14:30:23 +00:00
make search work on homepage
This commit is contained in:
parent
f7f3e62c66
commit
2c80f4d7cd
1 changed files with 0 additions and 2 deletions
|
|
@ -34,7 +34,6 @@
|
|||
<script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script>
|
||||
<script src="{{ site.baseurl }}/assets/js/ie-emulation-modes-warning.js"></script>
|
||||
|
||||
{% if page.layout == "docs" %}
|
||||
<script src="{{ site.baseurl }}/assets/js/vendor/jekyll-search.min.js"></script>
|
||||
|
||||
<script>
|
||||
|
|
@ -46,7 +45,6 @@ SimpleJekyllSearch.init({
|
|||
json: '{{ site.baseurl }}/search.json'
|
||||
})
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
<script>
|
||||
Holder.addTheme('gray', {
|
||||
|
|
|
|||
Loading…
Reference in a new issue