gerwitz / hgc-v12

The twelfth version of my website, built with Eleventy
https://hans.gerwitz.com
7 stars 1 forks source link

Rich footnotes #55

Open gerwitz opened 1 month ago

gerwitz commented 1 month ago

Use https://littlefoot.js.org on mobile to inline sidenotes

Load it only when needed on mobile: https://stackoverflow.com/a/65135967/5610

It seems like there should be a nice way to detect the breakpoints found via CSS media queries, but maybe I'll have to replicate them in JS