mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-19 06:33:56 +09:00
Ugh, tabs vs spaces
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user