From c7e1607260921cf2ee3b60f58b548f24761ff393 Mon Sep 17 00:00:00 2001 From: yebor974 Date: Wed, 6 May 2026 14:48:41 +0200 Subject: [PATCH] - Add fetchpriority="high" attribute to hero image (landing and search header style) and feature image to improve LCP --- partials/components/header-content.hbs | 2 +- partials/feature-image.hbs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/partials/components/header-content.hbs b/partials/components/header-content.hbs index 4f7471fe..fb363cba 100644 --- a/partials/components/header-content.hbs +++ b/partials/components/header-content.hbs @@ -5,7 +5,7 @@ {{#match headerStyle "!=" "Magazine"}} {{#match headerStyle "!=" "Highlight"}} {{#if @site.cover_image}} - {{@site.title}} + {{@site.title}} {{/if}} {{/match}} {{/match}} diff --git a/partials/feature-image.hbs b/partials/feature-image.hbs index d51c9eb0..fc71e21f 100644 --- a/partials/feature-image.hbs +++ b/partials/feature-image.hbs @@ -1,6 +1,7 @@ {{#if feature_image}}