chore: loading strategy

This commit is contained in:
Cory Dransfeldt 2024-03-04 09:36:02 -08:00 committed by GitHub
parent 05150a1cd8
commit 61592f8997
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ image: /assets/img/ogi/about.jpg
<div class="avatar__wrapper flex--centered">
<div class="avatar__wrapper--interior">
{%- capture about_alt -%}{{ meta.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%}
{% image './src/assets/img/avatar.webp', about_alt %}
{% image './src/assets/img/avatar.webp', about_alt, '', 'eager' %}
</div>
</div>
<h2 class="page__header text--centered">Hi, I'm Cory</h2>
@ -24,4 +24,4 @@ I tend to write about whatever strikes me, with a focus on development, technolo
[You can also see what I'm doing now](/now), [take a look at the links I've shared recently](/links) or [check out the webrings I'm a member of](/webrings).
{% render "partials/badge-grid.liquid" %}
{% render "partials/badge-grid.liquid" %}