--- import Author from './Author.astro'; export interface Props { title: string; publishDate: string; href: string; } const { title, publishDate, href } = Astro.props; ---

{publishDate}

{title}

{' '}Read more →