aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 8517f0ddc..48074e384 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -35,8 +35,8 @@
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>',
+ 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>',
dataSource: '/search.json'
})