diff --git a/src/app/[locale]/posts/[slug]/page.tsx b/src/app/[locale]/posts/[slug]/page.tsx index 14c20c3b..93df75e0 100644 --- a/src/app/[locale]/posts/[slug]/page.tsx +++ b/src/app/[locale]/posts/[slug]/page.tsx @@ -106,10 +106,10 @@ export default async function PostPage({ params }: PostPageProps) { return (
-
+
-

{post.frontmatter.title}

+

{post.frontmatter.title}

{locale
-
-
-
+
+
+
@@ -135,9 +135,9 @@ export default async function PostPage({ params }: PostPageProps) { clipRule="evenodd" /> - +
-
+
{author?.link ? ( - + {authorName} ) : ( - {authorName} + {authorName} )}
-
+
{post.frontmatter.categories?.map((category, index) => (

#{category}

))} @@ -176,8 +176,7 @@ export default async function PostPage({ params }: PostPageProps) { )}
@@ -186,18 +185,17 @@ export default async function PostPage({ params }: PostPageProps) {