tags and such
This commit is contained in:
@@ -18,7 +18,7 @@ const posts = await getCollection('blog')
|
||||
{
|
||||
posts.length < 5 ? null : (
|
||||
<div class="more-posts">
|
||||
<a class="link-button blue-btn" href="/archive">
|
||||
<a class="link-button blue-btn" href="/archive/all">
|
||||
All Posts
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user