From 66e295a92f3410c612fd992ece555179dde7ce43 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Wed, 28 Dec 2022 14:54:27 +0100
Subject: [PATCH] remove lazy on hero image

---
 layouts/partials/header/hero.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/layouts/partials/header/hero.html b/layouts/partials/header/hero.html
index 57580ab8..e0a8371e 100644
--- a/layouts/partials/header/hero.html
+++ b/layouts/partials/header/hero.html
@@ -28,6 +28,7 @@
                 "mobile"   "400"
                 "tablet"   "800"
                 "desktop"  "900"
+                "lazy"     false
               ) }}
               {{ if .image.credit }}
                 <figcaption tabindex="0">
-- 
GitLab