mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Moved search cache.
This commit is contained in:
parent
323bf0ad5d
commit
5bb810875b
@ -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…
x
Reference in New Issue
Block a user