--- import { getGhostImgPath, formatDate } from "../utils"; import AuthorList from "../components/AuthorList.astro"; import type { Settings, Post, Tag } from "@matthiesenxyz/astro-ghostcms/api"; export type Props = { post: Post; settings: Settings; index?: number; isHome?: boolean; }; const { post, settings, index, isHome = false } = Astro.props as Props; ---
`tag-${tag.slug}`) .join(" ")} ${ isHome && post.feature_image && index == 0 ? "post-card-large" : "" }`} > {post.title}
{post.primary_tag && (
{post.primary_tag.name}
)}

{post.title}

{post.excerpt}