mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 13:26:35 -05:00
syntax error
This commit is contained in:
parent
900639b02c
commit
ff106641b0
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user