From 25280a239cc2b3b6cf9af9aab92b0b504ee4164d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 25 Jul 2025 00:04:28 -0500 Subject: [PATCH] fix math --- src/components/TagList.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TagList.astro b/src/components/TagList.astro index 525a708..721b050 100644 --- a/src/components/TagList.astro +++ b/src/components/TagList.astro @@ -20,7 +20,7 @@ const { tags = [], class: className = '' } = Astro.props; ))} {tags.length > 2 && ( - +{tags.length - 3} + +{tags.length - 2} )}