We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9745ce6 commit 97781f6Copy full SHA for 97781f6
src/posts/summary.js
@@ -73,6 +73,7 @@ module.exports = function (Posts) {
73
options.stripTags = options.hasOwnProperty('stripTags') ? options.stripTags : false;
74
options.parse = options.hasOwnProperty('parse') ? options.parse : true;
75
options.escape = options.hasOwnProperty('escape') ? options.escape : false;
76
+ console.log('Josh Dong');
77
options.extraFields = options.hasOwnProperty('extraFields') ? options.extraFields : [];
78
}
79
0 commit comments