diff --git a/src/pages/index.astro b/src/pages/index.astro index de991d8..e5c506d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,9 +16,11 @@ allNotes.sort((a, b) => Date.parse(b.data.pubDate) - Date.parse(a.data.pubDate)) >
Latest Notes
-
- View all -
+ +
+ View all +
+
{allNotes.slice(0, 5).map((note) =>