- {post.title} -
-
- {post.author && by {post.author}}
- {post.readingTime} min read
+
>
)
+
+
+
+
+ )}
+ {post.tags.length > 0 && (
+
- )}
- {post.tags.length > 0 && (
-
-
-
-
+ )}
+
+ + {post.title} +
+ {post.coverImage && ( +
+ {post.tags.map((tag) => (
+
+ {tag}
+
+ ))}
- {post.coverImage && (
-
- {post.tags.map((tag) => (
-
- {tag}
-
- ))}
-
- )}
-
-
-
-
+
+
+
+