mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
feat(content-blog): include front matter in loaded content metadata (#6189)
* feat(content-blog): include front matter in metadata * fixes
This commit is contained in:
parent
e1bff072fe
commit
2cc89e502f
4 changed files with 32 additions and 0 deletions
|
@ -234,6 +234,7 @@ async function processBlogSourceFile(
|
|||
: undefined,
|
||||
truncated: truncateMarker?.test(content) || false,
|
||||
authors,
|
||||
frontMatter,
|
||||
},
|
||||
content,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue