diff --git a/src/theme/BlogLayout/index.tsx b/src/theme/BlogLayout/index.tsx index e488e75d53..cfd83e8324 100644 --- a/src/theme/BlogLayout/index.tsx +++ b/src/theme/BlogLayout/index.tsx @@ -14,21 +14,19 @@ export default function BlogLayout(props: Props): JSX.Element { return ( - {!isBlogRoot && ( -
-
-
- {children} -
- {toc &&
{toc}
} -
+
+
+
+ {children} +
+ {toc &&
{toc}
}
- )} +
)