mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-11 18:56:14 +09:00
Merge pull request #111 from lonekorean/frontmatter-slug
Frontmatter getter for slug
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// get slug, previously set on post.meta
|
||||
module.exports = (post) => {
|
||||
return post.meta.slug;
|
||||
};
|
||||
Reference in New Issue
Block a user