mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-18 14:13:55 +09:00
a word
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ function getPostPath(post, config) {
|
|||||||
// start with base output dir
|
// start with base output dir
|
||||||
const pathSegments = [config.output];
|
const pathSegments = [config.output];
|
||||||
|
|
||||||
// create fragment for post type if we're dealing with more than just "post"
|
// create segment for post type if we're dealing with more than just "post"
|
||||||
if (config.includeOtherTypes) {
|
if (config.includeOtherTypes) {
|
||||||
pathSegments.push(post.meta.type);
|
pathSegments.push(post.meta.type);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user