--- import { formatDate } from "@/lib/util"; const { post } = Astro.props; ---
  • {post.data.title}
    {formatDate(post.data.publicationDate)}