{collection.data.title}
{collection.data.description}
--- import FormattedDate from "@components/FormattedDate.astro"; import type { CollectionEntry } from "astro:content"; import { Icon } from "astro-icon/components"; type Props = { collection: CollectionEntry<"posts" | "projects">; }; const { collection } = Astro.props; ---
{collection.data.description}