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