diff options
| author | Chris Rebert <[email protected]> | 2016-02-18 18:36:14 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-18 18:36:14 -0800 |
| commit | 88aa1082c8fcb306b8cfe4dabeafc620c5b02e69 (patch) | |
| tree | 228381b52d5ebc7568c0a27d1d4074f91dd37927 | |
| parent | e91c9e2898953208084e1eebdbdef978a7a1f206 (diff) | |
| parent | fe18aa8cb5bd3b7281b459b1dacb7bf878387da2 (diff) | |
| download | bootstrap-88aa1082c8fcb306b8cfe4dabeafc620c5b02e69.tar.xz bootstrap-88aa1082c8fcb306b8cfe4dabeafc620c5b02e69.zip | |
Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefix
Add prefix to footer.html search.json
[skip sauce]
| -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 %} |
