Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Link to OG image in gallery

Aria 22c295c8 795ccb7f

+2 -2
+2 -2
src/pages/gallery/[id].astro
··· 43 43 > 44 44 { 45 45 sorted.map((image) => ( 46 - <Picture 46 + <a href={image.src}><Picture 47 47 src={image} 48 48 alt={`Image from ${album.data.title} album`} 49 49 formats={["avif", "webp", "jpeg"]} ··· 51 51 class="rounded-sm mb-4 border border-transparent hover:border-gray-300 transition-all duration-300 ease-in-out hover:shadow-lg" 52 52 loading="lazy" 53 53 decoding="async" 54 - /> 54 + /></a> 55 55 )) 56 56 } 57 57 </div>