chore: loading strategy
This commit is contained in:
parent
05150a1cd8
commit
61592f8997
1 changed files with 2 additions and 2 deletions
|
@ -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" %}
|
||||
|
|
Reference in a new issue