diff options
| author | xcatliu <[email protected]> | 2016-01-21 13:29:34 +0800 |
|---|---|---|
| committer | xcatliu <[email protected]> | 2016-01-21 13:29:51 +0800 |
| commit | fe18aa8cb5bd3b7281b459b1dacb7bf878387da2 (patch) | |
| tree | a7185a7480bbdea99dee955f39c80e92497ea45c /docs | |
| parent | c9f5f13fd9bde4b745bf135478750cbe1a97a834 (diff) | |
| download | bootstrap-fe18aa8cb5bd3b7281b459b1dacb7bf878387da2.tar.xz bootstrap-fe18aa8cb5bd3b7281b459b1dacb7bf878387da2.zip | |
Add prefix to footer.html search.json
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 662ea1133..3b912c322 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -43,7 +43,7 @@ SimpleJekyllSearch.init({ resultsContainer: document.getElementById('search-results'), searchResultTemplate: '<a class="dropdown-item" href="{url}">{title}</a>', noResultsText: '<div class="dropdown-item no-results">Sorry, there are no results for that search.</div>', - json: '/search.json' + json: '{{ site.baseurl }}/search.json' }) </script> {% endif %} |
