From 4efcff8f897bf527f97158783f6eaccc7f05897a Mon Sep 17 00:00:00 2001 From: Brian McMahon Date: Sat, 15 Aug 2026 09:25:30 -0700 Subject: [PATCH] Move release-card date badge to top-right, off the cover art watermark DistroKid's auto-generated cover art carries a watermark near the bottom, which the bottom-right date label was overlapping. Co-Authored-By: Claude Sonnet 5 --- src/pages/index.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 79515e2..deb2e28 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -94,11 +94,11 @@ const youtubeEmbedSrc = `https://www.youtube-nocookie.com/embed/videoseries?list class="aspect-[3/2] w-full object-cover transition-transform duration-300 group-hover:scale-[1.04]" />
-
+ + {st === 'outnow' ? 'out now' : fmtDate(r.dt)} + +
{r.title} - - {st === 'outnow' ? 'out now' : fmtDate(r.dt)} -
);