💡 Comments + new blog post

This commit is contained in:
2025-09-01 12:15:59 -04:00
parent 808bec174e
commit e2c1919cd7
12 changed files with 89 additions and 7012 deletions
+2 -3
View File
@@ -24,9 +24,8 @@ const { page } = Astro.props;
---
<Layout title="Blog Archive">
<ul>
{page.data.map((post) => <PostPreview post={post} />)}
</ul>
{page.data.map((post) => <PostPreview post={post} />)}
<div class="pagination">
{
page.currentPage !== 1 ? (
-1
View File
@@ -53,7 +53,6 @@ posts.sort(
{
posts.map((post) => (
<li>
{console.log(post)}
<a href={`/posts/${post.id}`}>{post.data.title}</a> -
<span>
{format(