From ff106641b0353f4b92d4fd2dde9444d3f261bb36 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Mon, 9 Sep 2019 16:09:05 -0400 Subject: [PATCH] syntax error --- assets/js/just-the-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/just-the-docs.js b/assets/js/just-the-docs.js index 0216181..2f6cea0 100644 --- a/assets/js/just-the-docs.js +++ b/assets/js/just-the-docs.js @@ -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');