summaryrefslogtreecommitdiff
path: root/_includes/git-wiki
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-01-07 08:19:13 +0100
committerYehonal <yehonal.azeroth@gmail.com>2020-01-07 08:19:13 +0100
commit7341eb7c340d8291b86268281db274e52cc3cf1b (patch)
tree2e13b2b275ee4737fe3a43695314925896b8d926 /_includes/git-wiki
parentfcaad425c74946f022409c7da2c88c9592fd9c28 (diff)
downloadwiki-7341eb7c340d8291b86268281db274e52cc3cf1b.tar.gz
wiki-7341eb7c340d8291b86268281db274e52cc3cf1b.tar.bz2
wiki-7341eb7c340d8291b86268281db274e52cc3cf1b.zip
move searchdata under assets/js
Diffstat (limited to '_includes/git-wiki')
-rw-r--r--_includes/git-wiki/components/search/se_js.html2
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>