listy list list listy
This commit is contained in:
parent
80006144b5
commit
c69e193d6e
1 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,9 @@ const posts = (await getCollection("blog")).sort(
|
||||||
{
|
{
|
||||||
posts.map((post) => (
|
posts.map((post) => (
|
||||||
<>
|
<>
|
||||||
<a href={`/blog/${post.slug}/`}>{post.data.title}</a>
|
<ul>
|
||||||
<br>
|
<li><a href={`/blog/${post.slug}/`}>{post.data.title}</a></li>
|
||||||
|
</ul>
|
||||||
</>
|
</>
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue