mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-16 15:31:21 +08:00
fix: remove og image
This commit is contained in:
@ -19,7 +19,7 @@ const {
|
||||
const { remarkPluginFrontmatter } = await render()
|
||||
---
|
||||
|
||||
{
|
||||
<!-- {
|
||||
socialImage && (
|
||||
<div class='mb-6'>
|
||||
<img
|
||||
@ -30,10 +30,10 @@ const { remarkPluginFrontmatter } = await render()
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
} -->{
|
||||
data.draft ? <span class='text-red-500'>(Draft)</span> : null
|
||||
}
|
||||
|
||||
{data.draft ? <span class='text-red-500'>(Draft)</span> : null}
|
||||
|
||||
<div class='flex flex-wrap items-center gap-x-3 gap-y-2'>
|
||||
<p class='text-xs'>
|
||||
<FormattedDate date={data.date} /> /{' '}
|
||||
|
Reference in New Issue
Block a user