this repo has no description
1
fork

Configure Feed

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

🚸 Hide imageless works from grids

+3 -2
+3 -2
src/components/WorksGrid.astro
··· 85 85 }) => { 86 86 const date = preferredDate({ started, finished }); 87 87 const thumb = findThumbnailSourcemap(content, thumbnail ?? ""); 88 + if (!thumb) return (<></>); 88 89 return ( 89 90 <a href={`/${id}`}> 90 91 <article style={setCssColors(colors)}> 91 - {thumb && ( 92 + { 92 93 <img 93 94 srcset={Object.entries(thumb) 94 95 .map( ··· 103 104 objectFit: "cover", 104 105 }} 105 106 /> 106 - )} 107 + } 107 108 <section class="text"> 108 109 <h2> 109 110 <Translated