Blog
+-
+ {posts.map((post) => (
+
-
+
+
{post.title}
+{new Date(post.publishedAt).toLocaleDateString()}
+ +
+ ))}
+
Posts
--
- {posts.map((post) => (
-
-
-
-
{post.title}
-{new Date(post.publishedAt).toLocaleDateString()}
- -
- ))}
-
+ {home ? ( + <> +