From d202a6a7197521c5e4638d634bfcd3fdaefd0d05 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 16 Jun 2026 21:18:47 +0800 Subject: [PATCH] Update PostLayout.astro --- src/layouts/PostLayout.astro | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index a8faaad..6c0928a 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -36,36 +36,23 @@ const structuredData = { - - { pubDatetime && ( - + ) } { modDatetime && ( - + ) } - -