diff --git a/src/components/ArticleList.astro b/src/components/ArticleList.astro index 37b0a9a..9aa9437 100644 --- a/src/components/ArticleList.astro +++ b/src/components/ArticleList.astro @@ -23,12 +23,17 @@ for (const article of sorted) { } --- {[...byYear.entries()].map(([year, items]) => ( -