PostList A1
Edit the page on GitHub<ulsx={{listStyle: 'none',m: 0,px: 3,py: 4,}}>{posts.map((post) => (<likey={post.id}sx={{mb: 4,}}><Themed.h2sx={{m: 0,}}><Linkto={post.slug}sx={{color: 'inherit',textDecoration: 'none',':hover,:focus': {color: 'primary',textDecoration: 'underline',},}}>{post.title}</Link></Themed.h2><small sx={{ fontWeight: 'bold' }}>{post.date}</small><Themed.p>{post.excerpt}</Themed.p></li>))}</ul>