diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 6c0928a..930afaa 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -1,7 +1,7 @@ --- import Layout from "./Layout.astro"; import config from "@/config"; -import Twikoo from '@/components/Twikoo.astro'; +import Comment from "../components/Comment.astro"; // 引入评论组件 type Props = { title?: string; @@ -37,23 +37,36 @@ const structuredData = { + { pubDatetime && ( - + ) } { modDatetime && ( - + ) } -