From 61592f8997b92a812d77375391e1751ae2dcb835 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 4 Mar 2024 09:36:02 -0800 Subject: [PATCH] chore: loading strategy --- src/pages/about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/about.md b/src/pages/about.md index 7d318080..c585ea85 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -11,7 +11,7 @@ image: /assets/img/ogi/about.jpg
{%- 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' %}
@@ -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" %} \ No newline at end of file +{% render "partials/badge-grid.liquid" %}