Skip to content

Commit 9297009

Browse files
Update search.html
1 parent f256926 commit 9297009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Search</h1>
2121
for (var i = 0; i < results.length; i++) { // Iterate over the results
2222
var item = store[results[i].ref];
2323
appendString += '<li><a href="' + item.url + '" title="' + item.title + '">' + item.title + '</a>';
24-
appendString += '<p>' + item.content.substring(0, 150) + '...</p></li>';
24+
appendString += '<p>' + item.content.substring(0, 250) + '...</p></li>';
2525
}
2626

2727
searchResults.innerHTML = appendString;

0 commit comments

Comments
 (0)