From c4d1c8edf449f34cc4c0c346a6aa74f324115d88 Mon Sep 17 00:00:00 2001 From: Arne Bahlo Date: Sun, 29 Oct 2023 13:42:59 +0100 Subject: [PATCH] fix(weekly): Number of stories without categories --- src/pages/weekly/index.astro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/weekly/index.astro b/src/pages/weekly/index.astro index 0459ea9a..8cc53bca 100644 --- a/src/pages/weekly/index.astro +++ b/src/pages/weekly/index.astro @@ -23,7 +23,11 @@ const issues = (await getCollection("weekly")) - +