style blog list
This commit is contained in:
@@ -33,7 +33,7 @@ const posts = await Astro.glob("./posts/*.md");
|
||||
>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<ul class="list-disc list-inside">
|
||||
{
|
||||
posts.map((post) => (
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user