-
+
- Published on -
-
+
- @@ -44,49 +44,22 @@ export default function PostLayout({ frontMatter, authorDetails, next, prev, chi
{title} + {authorDetails.map((author) => ( + + {' '} + {author.name} + + ))} + - @@ -44,49 +44,22 @@ export default function PostLayout({ frontMatter, authorDetails, next, prev, chi
- Authors -
-
-
-
- {authorDetails.map((author) => (
-
-
- {author.avatar && (
-
- )} - -
-
- Name -
- {author.name} -
- - {author.twitter && ( - - {author.twitter.replace('https://twitter.com/', '@')} - - )} - -
- ))}
-
- -
- {author.avatar && (
-
-
-
-
-
{children}
+
+
{children}