From eec698acd2ad8a59288344a4a3f2a99be1c6741e Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 16 Jun 2026 21:56:12 +0800 Subject: [PATCH] Update PostLayout.astro --- src/layouts/PostLayout.astro | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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 = { /> -
- - -
- -
-
+ +