Normalisation des dates/heures
This commit is contained in:
@@ -417,7 +417,7 @@ async function main() {
|
||||
const coverLine = coverFile ? `cover: images/${coverFile}\n` : '';
|
||||
const md = `---\n` +
|
||||
`title: "${pageTitle.replace(/"/g, '\\"')}"\n` +
|
||||
`date: ${createdAt}\n` +
|
||||
`date: "${createdAt}"\n` +
|
||||
coverLine +
|
||||
`---\n\n` +
|
||||
body;
|
||||
|
||||
Reference in New Issue
Block a user