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