Title the blog page
This commit is contained in:
parent
86cf35b95f
commit
5910a947a0
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ const allPosts = await Astro.glob("../pages/posts/*.astro");
|
||||||
<Layout title="LimePot - Blog">
|
<Layout title="LimePot - Blog">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<main>
|
<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) => (
|
allPosts.map((post) => (
|
||||||
<ul role="list" class="link-card-grid">
|
<ul role="list" class="link-card-grid">
|
||||||
|
|
Loading…
Reference in a new issue