From 5910a947a0b906cd39465ed9b346d58cca620d22 Mon Sep 17 00:00:00 2001 From: limepotato Date: Wed, 5 Jun 2024 17:48:52 -0600 Subject: [PATCH] Title the blog page --- src/pages/blog.astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 4460fe2..a2d3c89 100755 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -7,6 +7,11 @@ const allPosts = await Astro.glob("../pages/posts/*.astro");
+
+

The Blog Posts

+

This is where I post things and stuff, eventually...

+
+
{ allPosts.map((post) => (