diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-07 08:19:13 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-07 08:19:13 +0100 |
| commit | 7341eb7c340d8291b86268281db274e52cc3cf1b (patch) | |
| tree | 2e13b2b275ee4737fe3a43695314925896b8d926 /_includes/git-wiki/components/search | |
| parent | fcaad425c74946f022409c7da2c88c9592fd9c28 (diff) | |
| download | wiki-7341eb7c340d8291b86268281db274e52cc3cf1b.tar.gz wiki-7341eb7c340d8291b86268281db274e52cc3cf1b.tar.bz2 wiki-7341eb7c340d8291b86268281db274e52cc3cf1b.zip | |
move searchdata under assets/js
Diffstat (limited to '_includes/git-wiki/components/search')
| -rw-r--r-- | _includes/git-wiki/components/search/se_js.html | 2 |
1 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> |
