fix isso script
This commit is contained in:
parent
01e0385b51
commit
23aee8f725
@ -22,6 +22,9 @@ const Comment = ({post_id}) => {
|
||||
}
|
||||
|
||||
const Layout = ({ data, children }) => {
|
||||
|
||||
const post = data.mdx.frontmatter;
|
||||
|
||||
return (
|
||||
<Base>
|
||||
<div className="post template">
|
||||
|
Loading…
Reference in New Issue
Block a user