Comments about decoding

This commit is contained in:
Will Boyd
2024-02-26 11:20:29 -05:00
parent a46e6cffc7
commit d0330f05d8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// get simple post title
// get simple post title, but not decoded like other frontmatter string fields
module.exports = (post) => {
return post.data.title[0];
};