diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 81418bcc9..a0e79a2ef 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -19,21 +19,20 @@ const Layout = ({ children, location, liquid, title }: Props) => { return (
-
-
+
+
{children}
-
+
- ) }