diff --git a/src/pages/Layout/index.tsx b/src/pages/Layout/index.tsx
index 4318fb7..aa62a69 100644
--- a/src/pages/Layout/index.tsx
+++ b/src/pages/Layout/index.tsx
@@ -22,6 +22,9 @@ const Comment = ({post_id}) => {
}
const Layout = ({ data, children }) => {
+
+ const post = data.mdx.frontmatter;
+
return (