Skip to content

Commit

Permalink
Update list-json.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tea3 committed Oct 30, 2018
1 parent 5a0300b commit d9e7687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/list-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ module.exports.getList = (inOptions, inPost, inHexo) => {
ret.img = list.eyeCatchImage
}
ret.title = list.title
ret.path = ret.path = pathFn.join(config.root , list.path)
ret.path = pathFn.join(config.root , list.path)
if (inOptions.isExcerpt && list.excerpt != '') {
ret.excerpt = list.excerpt
}
Expand Down

0 comments on commit d9e7687

Please sign in to comment.