diff --git a/src/components/Layout/Page.tsx b/src/components/Layout/Page.tsx
index 548d27ba6..48d60dde6 100644
--- a/src/components/Layout/Page.tsx
+++ b/src/components/Layout/Page.tsx
@@ -69,11 +69,13 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
)}>
{children}
- {!isBlogIndex && }
+ {!isBlogIndex && (
+
+ )}
);