From 69e569be9f9897e0f6eba246931309ce8e2873d0 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Sun, 14 Jun 2026 16:32:47 +0800 Subject: [PATCH] Update PostLayout.astro --- src/layouts/PostLayout.astro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index fa44862..af6b3c7 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -1,6 +1,7 @@ --- import Layout from "./Layout.astro"; import config from "@/config"; +import Giscus from "@/components/Giscus.astro"; type Props = { title?: string; @@ -35,7 +36,6 @@ const structuredData = { - { @@ -63,4 +63,5 @@ const structuredData = { +