From 0c20c16c7ad69770d19ce64fa2e24921d32d4eff Mon Sep 17 00:00:00 2001 From: Jiao77 Date: Sun, 1 Mar 2026 20:59:44 +0800 Subject: [PATCH] update post mulu --- src/layouts/PostLayout.astro | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index 69abe43..ec8bdb5 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -164,7 +164,7 @@ const tocItems = headings.filter(h => h.depth >= 2 && h.depth <= 3); {hasToc && (