fix isso script

This commit is contained in:
nc 2023-02-17 14:54:40 +07:00
parent 01e0385b51
commit 23aee8f725

View File

@ -22,6 +22,9 @@ const Comment = ({post_id}) => {
}
const Layout = ({ data, children }) => {
const post = data.mdx.frontmatter;
return (
<Base>
<div className="post template">