diff --git a/helpers/stork/toml.js b/helpers/stork/toml.js index 7e27bf7..92eda38 100644 --- a/helpers/stork/toml.js +++ b/helpers/stork/toml.js @@ -52,7 +52,7 @@ function makeDetailsFromListing ( listing ) { has( listing, 'status' ) ? `status:${ listing.status }` : '', // Brownmatter matter.stringify( '', contents ), - ].join('') + ].join('\r\n') }