From 93af987329110063ba80e7cc93c655e7934e71b0 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 17 May 2022 14:46:31 -0500 Subject: [PATCH] Line break content items --- helpers/stork/toml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }