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