aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index d293c8d90..c1380af63 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -55,6 +55,7 @@ SimpleJekyllSearch.init({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('search-results'),
searchResultTemplate: '<li><a href="{url}">{title}</a></li>',
+ noResultsText: '<li class="no-results">Sorry, there are no results for that search.</li>',
dataSource: '/search.json'
})
</script>