{publishDate}
--- import Author from './Author.astro'; import GithubStarButton from './GithubStarButton.astro'; import GoogleAnalytics from './GoogleAnalytics.astro'; import BackArrow from './BackArrow.astro'; export interface Props { title: string; author?: string; publishDate: string; heroImage?: string; heroImageAlt?: string; } const { title, author, publishDate, heroImage, heroImageAlt } = Astro.props; ---
{publishDate}