--- import Picture from "~/components/core/Picture.astro"; import { getFormattedDate } from "~/utils/getFormatedDate"; const { post } = Astro.props; ---

~ {Math.ceil(post.readingTime)} min read

{post.title}

{ post.image && ( ) }