Added comments: true to each file in converter.

This commit is contained in:
Jennifer Mann
2017-04-25 11:24:31 -04:00
parent e5274939a2
commit 3f57f74ad9
+2 -1
View File
@@ -61,11 +61,12 @@ transfer = function(type) {
// excerpt: this is our doc on foo bar
// >> becomes >>
// title: foo-bar
// comments: true
// ---
return string
.replace('slug:', 'title:')
.replace(excerptRe, '---')
.replace(excerptRe, 'comments: true\n---')
})
.then(function(string) {
// Remove