new post: be your own online curator

This commit is contained in:
2025-03-01 22:40:14 -05:00
parent 2371d54404
commit e1a4bec6e4
4 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -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>
)
}