Frontmatter getters comments

This commit is contained in:
Will Boyd
2024-02-24 08:00:23 -05:00
parent b75827a055
commit 815e67f135
6 changed files with 9 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
// get simple post title
module.exports = (post) => {
return post.data.title[0];
};