From 5f3b9f653abad705affd0bbf5f2f54b009dcb3b9 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 16 Jun 2026 21:32:16 +0800 Subject: [PATCH] Update PostLayout.astro --- src/layouts/PostLayout.astro | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) 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 && ( - + ) } -