diff --git a/src/components/blog/PostBodyClient.tsx b/src/components/blog/PostBodyClient.tsx index 925c1b2..87e8715 100644 --- a/src/components/blog/PostBodyClient.tsx +++ b/src/components/blog/PostBodyClient.tsx @@ -274,7 +274,7 @@ export default function PostBodyClient(props: PostBodyClientProps) { }); return ( -
+
-
+
{p().title.replaceAll("_", " ")} -
- {p().subtitle} -
+ +
+ {p().subtitle} +
+
@@ -363,7 +365,7 @@ export default function PostPage() {
{/* Content that slides over the fixed image */}
-
+
@@ -441,7 +443,14 @@ export default function PostPage() {
- +
+ {p().title.replaceAll("_", " ")} + +
+ {p().subtitle} +
+
+
{/* Post body */}