diff --git a/src/components/meta.tsx b/src/components/meta.tsx index eefa204..06d1871 100644 --- a/src/components/meta.tsx +++ b/src/components/meta.tsx @@ -8,6 +8,12 @@ export const Meta = ({ title, description, path }: MetaProps) => { return ( <> {title} + + + + + + - - - - - - - -
- - -
-
- {children} -
-
- +
+ + +
+
+ {children} +
+
); }