From b56dca5fe7aaf8265293b9321164ae5fa867f89f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 Dec 2021 11:06:06 +0000 Subject: [PATCH] Remove lazy loading from post header image Because it's above the fold, it creates a huge layout shift when it loads --- layouts/partials/content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/content.html b/layouts/partials/content.html index ea70f12..072fbe3 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -10,7 +10,7 @@ {{ .Scratch.Set "image" $unsplash_data.urls.regular }} {{ end }} - + {{ end }} {{ partial "breadcrumbs/index.html" . }}