mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 18:51:30 +08:00
feat: show og image
This commit is contained in:
@ -38,7 +38,9 @@ const readingTime: string = remarkPluginFrontmatter.readingTime;
|
||||
}}
|
||||
>
|
||||
<ArticleContainer className="grow break-words" dataPagefindBody={true}>
|
||||
<div id="blog-hero" class="mb-12"><Masthead content={post} readingTime={readingTime} /></div>
|
||||
<div id="blog-hero" class="mb-12">
|
||||
<Masthead content={post} readingTime={readingTime} ogImage={socialImage} />
|
||||
</div>
|
||||
<div class="flex flex-col gap-10 lg:flex-row lg:items-start">
|
||||
{!!headings.length && <TOC headings={headings} />}
|
||||
<div
|
||||
|
Reference in New Issue
Block a user