Commit fe18aa8c authored by xcatliu's avatar xcatliu
Browse files

Add prefix to footer.html search.json

parent c9f5f13f
Showing with 1 addition and 1 deletion
+1 -1
......@@ -43,7 +43,7 @@ SimpleJekyllSearch.init({
resultsContainer: document.getElementById('search-results'),
searchResultTemplate: '<a class="dropdown-item" href="{url}">{title}</a>',
noResultsText: '<div class="dropdown-item no-results">Sorry, there are no results for that search.</div>',
json: '/search.json'
json: '{{ site.baseurl }}/search.json'
})
</script>
{% endif %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment