diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 930afaa..564c93a 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 Comment from "../components/Comment.astro"; // 引入评论组件 +import Comment from "../components/Comment.astro"; // 新增评论组件 type Props = { title?: string; @@ -36,6 +36,7 @@ const structuredData = { + { @@ -62,11 +63,6 @@ const structuredData = { /> -
- - -
- -
-
+ +