--- import Picture from '~/components/core/Picture.astro'; import PostTags from '~/components/atoms/Tags.astro'; import { getPermalink } from '~/utils/permalinks'; import { findImage } from '~/utils/images'; import { getFormattedDate } from '~/utils/utils'; const { post } = Astro.props; const image = await findImage(post.image); ---

{post.title}

{post.excerpt || post.description}