diff options
| -rw-r--r-- | _includes/git-wiki/components/search/se_js.html | 2 | ||||
| -rw-r--r-- | assets/js/searchdata.js (renamed from searchdata.js) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/_includes/git-wiki/components/search/se_js.html b/_includes/git-wiki/components/search/se_js.html index 85e168c..87396be 100644 --- a/_includes/git-wiki/components/search/se_js.html +++ b/_includes/git-wiki/components/search/se_js.html @@ -4,4 +4,4 @@ </div> <!-- script pointing to jekyll-search.js --> <script src="{{ '/assets/js/simple-jekyll-search.min.js' | relative_url }}"></script> -<script async src="{{ '/searchdata.js' | relative_url }}"></script> +<script async src="{{ 'assets/js/searchdata.js' | relative_url }}"></script> diff --git a/searchdata.js b/assets/js/searchdata.js index 7c46fed..7c46fed 100644 --- a/searchdata.js +++ b/assets/js/searchdata.js |
