Moved search cache.
This commit is contained in:
parent
323bf0ad5d
commit
5bb810875b
2 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
SimpleJekyllSearch({
|
||||
searchInput: document.getElementById('search-input'),
|
||||
resultsContainer: document.getElementById('search-results'),
|
||||
json: '{{ site.baseurl }}/search.json',
|
||||
json: '{{ site.baseurl }}/assets/data/search.json',
|
||||
searchResultTemplate: '{{ result_elem }}',
|
||||
noResultsText: '{{ not_found }}'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue