From c56dc99e72c9f6f0edcb50bec9ca6a5a977429c3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 25 Jul 2025 00:04:20 -0500 Subject: [PATCH] disable descriptions using comments --- src/layouts/BlogPost.astro | 2 +- src/pages/blog/index.astro | 4 ++-- src/pages/index.astro | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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} */}