diff --git a/web/src/components/albums/albumCard.astro b/web/src/components/albums/albumCard.astro index 080b811..49b1208 100644 --- a/web/src/components/albums/albumCard.astro +++ b/web/src/components/albums/albumCard.astro @@ -11,6 +11,7 @@ const pb = await authPB() {a.title} diff --git a/web/src/components/photos/carousel.astro b/web/src/components/photos/carousel.astro index 3154940..a08cdb7 100644 --- a/web/src/components/photos/carousel.astro +++ b/web/src/components/photos/carousel.astro @@ -102,6 +102,7 @@ const photoLinks = await Promise.all( {photo.title diff --git a/web/src/pages/albums/[title].astro b/web/src/pages/albums/[title].astro index 37a3acd..d4498cb 100644 --- a/web/src/pages/albums/[title].astro +++ b/web/src/pages/albums/[title].astro @@ -16,7 +16,9 @@ const images = await Promise.all(

{album.title}

{album.date}

-

{album.location}

+

{album.location}


+ +
diff --git a/web/src/pages/albums/index.astro b/web/src/pages/albums/index.astro index 92d4009..78f8445 100644 --- a/web/src/pages/albums/index.astro +++ b/web/src/pages/albums/index.astro @@ -37,7 +37,7 @@ const albums = await pb.collection('albums').getFullList({
-
+
{ albums.map(a => ) }