syntax error

This commit is contained in:
Patrick Marsceill 2019-09-09 16:09:05 -04:00 committed by GitHub
parent 900639b02c
commit ff106641b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function initSearch() {
lunr.tokenizer.separator = {{ site.search_tokenizer_separator }}
{% else %}
lunr.tokenizer.separator = /[\s\-/]+/
{% end %}
{% endif %}
var index = lunr(function () {
this.ref('id');