From 7b211fbf768f86be05f53a6403bffafefde6b804 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Wed, 17 Jun 2026 00:05:07 +0800 Subject: [PATCH] Update PostLayout.astro --- src/layouts/PostLayout.astro | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index b14752f..6d8e284 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -3,7 +3,7 @@ import Layout from "./Layout.astro"; import config from "@/config"; import Comment from "../components/Comment.astro"; -import Footer from "../components/Footer.astro"; // ← 导入你的页脚组件 +import Footer from "../components/Footer.astro"; type Props = { title?: string; @@ -78,16 +78,11 @@ const structuredData = { > - -
- -
+ -
-