Blog
No posts yet. Will get around to it.
-
{posts.map((post) => (
-
{formatDate(post.data.date)}
{post.data.title}
{post.data.description}
))}