-
+
{readingTime && (
<>
@@ -93,16 +103,25 @@ function BlogPostItem(props: Props): JSX.Element {
)}
-
- {author && (
- <>
-
- {author}
-
-
{authorTitle}
- >
- )}
-
+ {author && (
+
+
+
+ {author}
+
+
+
+ {authorTitle && (
+
+ {authorTitle}
+
+ )}
+
+ )}