Skip to content

Commit e6025ae

Browse files
committed
wip
1 parent 4988f91 commit e6025ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/wmt/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
SimpleJekyllSearch({
1919
searchInput: document.getElementById('search-input'),
2020
resultsContainer: document.getElementById('results-container'),
21-
json: '{{site.context}}/search.json',
21+
json: '{{ "search.json" | relative_url }}',
2222
limit: 30
2323
})
2424
</script>

0 commit comments

Comments
 (0)