diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index fbd0457..0ecd7a9 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -40,7 +40,7 @@ try {

- {post.description} +

b - a);

- {sortedPosts[0].description} + {/* {sortedPosts[0].description} */}

@@ -195,7 +195,7 @@ const years = Object.keys(postsByYear).sort((a, b) => b - a);

- {post.description} + {/* {post.description} */}

diff --git a/src/pages/index.astro b/src/pages/index.astro index eaa14ca..53f6f9d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -141,7 +141,7 @@ const allTags = [...new Set(posts.flatMap((post) => post.tags || []))].slice(0,

- {post.description} + {/* {post.description} */}