feat: add some stuff
This commit is contained in:
@@ -16,10 +16,8 @@ const posts = filterCollection(pages, locale);
|
||||
{
|
||||
posts.map((post) => (
|
||||
<>
|
||||
<>
|
||||
<a href={"blog/" + post.slug.split("/")[0]}>{post.data.title}</a>
|
||||
<br />
|
||||
</>
|
||||
<a href={"blog/" + post.slug.split("/")[0]}>{post.data.title}</a>
|
||||
<br />
|
||||
</>
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user