diff --git a/src/pages/tag/[tag].astro b/src/pages/tag/[tag].astro index ba7756b..3aebbc0 100644 --- a/src/pages/tag/[tag].astro +++ b/src/pages/tag/[tag].astro @@ -44,23 +44,14 @@ const sortedPosts = posts.sort((a, b) => {
{sortedPosts.map((post) => (
- {post.data.heroImage ? ( - - ) : ( - - )} + {/* Temporarily removed conditional image rendering for debugging */} +