We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd5f2a commit c87b0a6Copy full SHA for c87b0a6
templates.js
@@ -2,8 +2,7 @@ const postTemplate = (title, date, passthroughUrl, content) => {
2
const post =
3
`---
4
title: ${title}
5
-date: "${date}"
6
-${passthroughUrl ? `passthroughUrl: ${passthroughUrl}` : ''}
+date: "${date}"${passthroughUrl ? `passthroughUrl: ${passthroughUrl}` : ''}
7
---
8
9
${content}`
0 commit comments