Skip to content

Commit

Permalink
Merge pull request #18 from xiazeyu/master
Browse files Browse the repository at this point in the history
fix: no return after if
  • Loading branch information
dixyes authored Mar 27, 2018
2 parents 33c97ec + c0062c9 commit 0deaa6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ hexo.extend.filter.register('after_render:html', (str, data) => {
log.debug('postfilter: '+s);
return s;
}
return str;
})


Expand Down

0 comments on commit 0deaa6f

Please sign in to comment.