From 3adb682245a53bd5414f53c980151b1dc25e938b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 4 Sep 2023 12:33:53 +0100 Subject: [PATCH] tag fixes --- src/components/Toc/Toc.astro | 2 - src/components/layouts/Post/Meta.astro | 2 +- src/pages/index.astro | 2 +- src/pages/tags/[tag].astro | 51 ++++++++++++++++++++------ 4 files changed, 41 insertions(+), 16 deletions(-) diff --git a/src/components/Toc/Toc.astro b/src/components/Toc/Toc.astro index c80a1426..9859acae 100644 --- a/src/components/Toc/Toc.astro +++ b/src/components/Toc/Toc.astro @@ -8,8 +8,6 @@ type Props = { const { tableOfContents } = Astro.props --- - -