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.

fix headers for jxl testing page

aria cd71ecfe be86bb53

+3 -3
+3 -3
src/pages/jxl-testing.astro
··· 16 16 <p>I found <a href="https://github.com/niutech/jxl.js" target="_blank">this</a> neat snippet of code for adding </p> 17 17 </Partition> 18 18 <Partition> 19 - <h3 class="text-2xl text-center font-bold">PNG:</h2> 19 + <h3 class="text-2xl text-center font-bold">PNG:</h3> 20 20 <img src="/static/img/sites/avatar.png" /> 21 21 </Partition> 22 22 <Partition> 23 - <h3 class="text-2xl text-center font-bold">AVIF:</h2> 23 + <h3 class="text-2xl text-center font-bold">AVIF:</h3> 24 24 <img src="/static/img/sites/avatar.avif" /> 25 25 </Partition> 26 26 <Partition> 27 - <h3 class="text-2xl text-center font-bold">JXL:</h2> 27 + <h3 class="text-2xl text-center font-bold">JXL:</h3> 28 28 <img src="/static/img/sites/avatar.jxl" /> 29 29 </Partition> 30 30 </BaseLayoutJxl>