Ugh, tabs vs spaces

This commit is contained in:
Will Boyd
2024-02-24 14:25:05 -05:00
parent a0a1224d88
commit b0bf777506
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// get cover image filename, previously set on post.meta
// this one is unique as it relies on logic executed by the parser
module.exports = (post) => {
return post.meta.coverImage;
return post.meta.coverImage;
};