[build] 4.1.14

This commit is contained in:
qingwei.li 2017-06-24 20:52:21 +08:00
commit f598e53098
No known key found for this signature in database
GPG key ID: B6DDC2F7AE80B2F4
6 changed files with 21 additions and 15 deletions

View file

@ -87,8 +87,6 @@ function search (keywords) {
var postTitle = post.title && post.title.trim();
var postContent = post.body && post.body.trim();
var postUrl = post.slug || '';
postContent = postContent.replace(/!\[.*\]\((.+)\)/g,'');
if (postTitle && postContent) {
keywords.forEach(function (keyword, i) {