We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502c68a commit e8769daCopy full SHA for e8769da
apps/codingcatdev/scripts/podcast-dev-to.js
@@ -53,10 +53,14 @@ for await (const file of g) {
53
canonical_url: `https://codingcat.dev/${TYPE}/${fm.slug}`,
54
description: fm?.excerpt || '',
55
organization_id: '1009',
56
- body_markdown: `Original: https://codingcat.dev/${TYPE}/${fm.slug}
57
- {% youtube ${fm?.youtube} %}
58
- {% spotify spotify:episode:${fm?.spotify?.split('/')?.at(-1)?.split('?')?.at(0)} %}
59
- ${content}`
+ body_markdown: `
+Original: https://codingcat.dev/${TYPE}/${fm.slug}
+
+{% youtube ${fm?.youtube} %}
60
61
+{% spotify spotify:episode:${fm?.spotify?.split('/')?.at(-1)?.split('?')?.at(0)} %}
62
63
+${content}`
64
}
65
});
66
console.log('addArticle result:', response.status);
0 commit comments