diff --git a/src/components/Post.astro b/src/components/Post.astro index fedb96f..71935d9 100644 --- a/src/components/Post.astro +++ b/src/components/Post.astro @@ -76,7 +76,7 @@ import calendar from "@/images/calendar.svg";
{ - options.showTags && ( + options.showTags && post.data.tags?.length && (
question mark