export default function ArticleInfo({ post }) { if (!post) { return null } return
Last update: { post.date?.start_date}
}