Update blog.astro (#4486)
This commit is contained in:
parent
ca24a60b13
commit
74cb94ca3c
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ const posts = (await Astro.glob('./blog/*.{md,mdx}')).sort(
|
|||
<body>
|
||||
<Header />
|
||||
<main>
|
||||
<content>
|
||||
<section>
|
||||
<ul>
|
||||
{posts.map((post) => (
|
||||
<li>
|
||||
|
@ -50,7 +50,7 @@ const posts = (await Astro.glob('./blog/*.{md,mdx}')).sort(
|
|||
</li>
|
||||
))}
|
||||
</ul>
|
||||
</content>
|
||||
</section>
|
||||
<Footer />
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue