From bf47329a7cf727fd6d7ed54dff5731f20ecd0cb8 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Mon, 15 Jun 2026 23:38:48 +0800 Subject: [PATCH] Update PostLayout.astro --- src/layouts/PostLayout.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 8a1b7f4..3735ca8 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -55,7 +55,9 @@ const structuredData = { { commentPath.startsWith("/posts/") && ( - +
+ +
) }