mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
refactor(theme): split BlogPostItem into smaller theme subcomponents (#7716)
This commit is contained in:
parent
c7f18801da
commit
c3ff131110
43 changed files with 938 additions and 600 deletions
|
@ -323,7 +323,7 @@ async function processBlogSourceFile(
|
|||
defaultReadingTime,
|
||||
})
|
||||
: undefined,
|
||||
truncated: truncateMarker.test(content),
|
||||
hasTruncateMarker: truncateMarker.test(content),
|
||||
authors,
|
||||
frontMatter,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue