diff --git a/src/components/PostCard.astro b/src/components/PostCard.astro index 609a482..6116c3e 100644 --- a/src/components/PostCard.astro +++ b/src/components/PostCard.astro @@ -40,6 +40,7 @@ const className = Astro.props.class; const hasCover = image !== undefined && image !== null && image !== ""; const coverWidth = "28%"; +const isOutdated = entry.data.outdated; const { remarkPluginFrontmatter } = await render(entry); --- @@ -67,13 +68,18 @@ const { remarkPluginFrontmatter } = await render(entry); -