Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkshcherban <konstantin.shcherban@auto1.com>2018-09-19 18:44:50 +0300
committerkshcherban <konstantin.shcherban@auto1.com>2018-09-19 18:44:50 +0300
commit2f60d490aa0c8bbae18c9ebebecb564d0392f32c (patch)
tree5318a8a66b6271bc4f642aba45058ecc270be0f4
parent214ccabb6163269f0d74bdef649df4c78eb97fee (diff)
Update tipuesearch parameters in exampleSite
-rw-r--r--exampleSite/content/search.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/search.md b/exampleSite/content/search.md
index 86d1fbc..47afc59 100644
--- a/exampleSite/content/search.md
+++ b/exampleSite/content/search.md
@@ -18,7 +18,7 @@ $(document).ready(function() {
'mode' : 'json',
'show': 10,
'newWindow': true,
- 'contentLocation': '../tipuesearch_content.json'
+ 'wholeWords': false
});
});
</script>