Split out frontmatter getters

This commit is contained in:
Will Boyd
2024-02-23 12:53:58 -05:00
parent 1ad4e2dfdf
commit 3a5ea10cb9
7 changed files with 68 additions and 47 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = (post) => {
return post.data.title[0];
};