2024-01-01
Wrote {New Year, 24}. Quiet day to start the year, spent with Alej and M. Long walk to Malden Center, cooked saag with tofu, and got a climb in at the new rock gym (and felt strong). Here's to a more stable and fulfilling year.
Small note: I fixed something that had bothered me on the site for a while. When images were an aspect ratio that didn't fit the page's content width and the alt text/caption were long, I'd end up with a large black area. To fix, I had to add the following style:
figure { display: table }
figcaption { display: table-caption; caption-side: bottom; }
Which gave me the visual result I wanted - where the img
sets the width for the whole figure
and figcaption
.
Compiled 2024-04-21