fix: layout shift

This commit is contained in:
Cory Dransfeldt 2024-05-01 20:46:07 -07:00
parent 56fbb38c9d
commit ac70bcb293
No known key found for this signature in database
6 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ permalink: /about.html
<div class="avatar-wrapper flex-centered">
<div class="interior">
{%- capture about_alt -%}{{ meta.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%}
<img src="https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=600" alt="{{ about_alt }}" loading="eager" decoding="async" />
<img src="https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=600" alt="{{ about_alt }}" loading="eager" decoding="async" width="600" height="600" />
</div>
</div>
<h2 class="page-header text-centered">Hi, I'm Cory</h2>