Update posts by tag, fix ul styling
This commit is contained in:
@@ -22,7 +22,7 @@ const posts = (await Astro.glob("../posts/*.md")).sort(
|
||||
<Header />
|
||||
<main>
|
||||
<content>
|
||||
<ul>
|
||||
<ul class="posts-list">
|
||||
{
|
||||
posts.map(
|
||||
({
|
||||
|
||||
Reference in New Issue
Block a user