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) => (