feat: update image handling

- removes old image shortcode
- update to latest 11ty image transform plugin
This commit is contained in:
Devin Haska 2024-10-10 22:25:08 -07:00
parent 362fa22b58
commit 4be14ab487
45 changed files with 838 additions and 978 deletions

View file

@ -62,7 +62,7 @@ description: A demo of the site's theme.
</aside>
<hr />
<figure>
<img src="/assets/images/logo.svg" alt="" />
<img eleventy:ignore src="/assets/images/logo.svg" alt="" />
<figcaption>A fig caption.</figcaption>
</figure>
<hr />