💡 Comments + new blog post
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
@@ -53,7 +53,6 @@ posts.sort(
|
||||
{
|
||||
posts.map((post) => (
|
||||
<li>
|
||||
{console.log(post)}
|
||||
<a href={`/posts/${post.id}`}>{post.data.title}</a> -
|
||||
<span>
|
||||
{format(
|
||||
|
||||
+2
-1
@@ -2,8 +2,9 @@
|
||||
layout: ../layouts/Layout.astro
|
||||
title: Now
|
||||
---
|
||||
# Now
|
||||
|
||||
Hey there, this is my [/now page](https://nownownow.com/about)!
|
||||
What's a [Now page](https://nownownow.com/about)?
|
||||
|
||||
_Last updated: August 29, 2025_
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ layout: ../layouts/Layout.astro
|
||||
title: Projects
|
||||
---
|
||||
|
||||
# Projects
|
||||
|
||||
## Mac Apps
|
||||
|
||||
### [AutoDock](https://github.com/ghall89/AutoDock)
|
||||
|
||||
Reference in New Issue
Block a user