new post: be your own online curator
This commit is contained in:
@@ -21,7 +21,7 @@ const posts = await getCollection('blog');
|
||||
{
|
||||
posts.length < 6 ? null : (
|
||||
<div class="more-posts">
|
||||
<a href="blog/archive/all">All Posts</a>
|
||||
<a href="/blog/archive/all">All Posts</a>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user