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>
|
<body>
|
||||||
<Header />
|
<Header />
|
||||||
<main>
|
<main>
|
||||||
<content>
|
<section>
|
||||||
<ul>
|
<ul>
|
||||||
{posts.map((post) => (
|
{posts.map((post) => (
|
||||||
<li>
|
<li>
|
||||||
|
@ -50,7 +50,7 @@ const posts = (await Astro.glob('./blog/*.{md,mdx}')).sort(
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
</content>
|
</section>
|
||||||
<Footer />
|
<Footer />
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue