From 3d1ef01dd5d4ad12cef45ac61a4054abd65117b1 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 16 Jun 2026 23:16:55 +0800 Subject: [PATCH] Update PostLayout.astro --- src/layouts/PostLayout.astro | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 1e753c1..89135bb 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -1,4 +1,5 @@ --- +// src/layouts/PostLayout.astro import Layout from "./Layout.astro"; import config from "@/config"; import Comment from "../components/Comment.astro"; @@ -32,13 +33,27 @@ const structuredData = { {pubDatetime && } {modDatetime && } -
- - +
+ +