this repo has no description
0
fork

Configure Feed

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

Add div so orca detects title properly when image has alt text

why is this something orca needs??????? whadahell

+5 -3
+5 -3
src/components/blog/post.astro
··· 61 61 href={`/blog/${id}/`} 62 62 > 63 63 <Image src={image} alt={data.image.alt} /> 64 - ({id}) {data.title} 65 - <br /> 66 - {data.date.toLocaleString()} 64 + <div> 65 + ({id}) {data.title} 66 + <br /> 67 + {data.date.toLocaleString()} 68 + </div> 67 69 </a> 68 70 69 71 <style>