diff --git a/src/posts/summary.js b/src/posts/summary.js index 18e5bd81fd..5995514eb6 100644 --- a/src/posts/summary.js +++ b/src/posts/summary.js @@ -74,7 +74,7 @@ module.exports = function (Posts) { async function parsePosts(posts, options) { return await Promise.all(posts.map(async (post) => { - if (!post.content) { + if (!post.content && !post.sourceContent) { return post; } if (options.parse) {