impress/app/views/layouts
Matchu 3f47f47ced Prevent analytics script delays from blocking other JS on the page
Oh oops, this is the first script on the page with the `defer`
attribute, which means it needs to run before other scripts with
`defer`—and in this moment, it's not loading for me, which means the
pages aren't working!

I assume Plausible told me to use `defer` rather than `async` because
it expects the page to be ready; okay! Let's just move this to the
very body of the `<head>` instead, so it isn't taking priority over
anything else.
2024-07-07 21:11:14 -07:00
..
application.html.haml Prevent analytics script delays from blocking other JS on the page 2024-07-07 21:11:14 -07:00
items.html.haml Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00