Title the blog page

This commit is contained in:
nelle 2024-06-05 17:48:52 -06:00
parent 86cf35b95f
commit 5910a947a0

View file

@ -7,6 +7,11 @@ const allPosts = await Astro.glob("../pages/posts/*.astro");
<Layout title="LimePot - Blog">
<div class="content">
<main>
<center>
<h1>The Blog Posts</h1>
<h2 class="title">This is where I post things and stuff, eventually...</h2>
</center>
<br>
{
allPosts.map((post) => (
<ul role="list" class="link-card-grid">