From 2e852d725d7f78a08c12752fb7c30452685b78ac Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 16 Jun 2026 22:21:39 +0800 Subject: [PATCH] Update PostLayout.astro --- src/layouts/PostLayout.astro | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 564c93a..9903dfe 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,9 +36,7 @@ const structuredData = { - - { pubDatetime && ( ) } -