mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-19 23:45:35 +01:00
Update 2 files
- /_layouts/default.html - /search.html
This commit is contained in:
parent
50c6c49c4c
commit
550321e80a
2 changed files with 13 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ var status = false;
|
|||
if(mykeyword != null && mykeyword.toString().length>1){
|
||||
sbox.value = mykeyword;
|
||||
}
|
||||
$.getJSON("search.json", function(json){
|
||||
getSearchJSON(function(json){
|
||||
var sjs = SimpleJekyllSearch({
|
||||
searchInput: sbox,
|
||||
resultsContainer: document.getElementById('results-container'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue