diff --git a/pages/_template.jsx b/pages/_template.jsx index c7df97e3916..078db89440f 100644 --- a/pages/_template.jsx +++ b/pages/_template.jsx @@ -19,16 +19,7 @@ const PageTemplate = ({ children, location }) => ( - - - {children} - + {children} )