diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 2bd5083..f2b11e5 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -93,14 +93,10 @@ const jsonLd = { tags={entry.data.tags} category={entry.data.category} > - {!entry.data.image &&
} + - - - {entry.data.image && -