Frontmatter getter for ID

This commit is contained in:
Will Boyd
2024-02-26 12:49:08 -05:00
parent 735d0f552b
commit da11ff0a83
+4
View File
@@ -0,0 +1,4 @@
// get ID
module.exports = (post) => {
return post.data.post_id[0];
}