mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-19 14:43:58 +09:00
Frontmatter getters comments
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// get simple post title
|
||||
module.exports = (post) => {
|
||||
return post.data.title[0];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user