From 5b671a6f8b19ff657657712eac1aeeb3b15ee39b Mon Sep 17 00:00:00 2001 From: madrilene Date: Thu, 9 Jan 2025 17:31:21 +0100 Subject: [PATCH] consider new class passed in --- src/pages/built-with.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/built-with.njk b/src/pages/built-with.njk index 7f58372..a9d93e6 100644 --- a/src/pages/built-with.njk +++ b/src/pages/built-with.njk @@ -38,7 +38,7 @@ widths: [400, 520] {% for site in builtwith | shuffle %} - {% image "./src/assets/images/screenshots/" + site.filename + ".jpg", site.name, null, "lazy", null, sizes, widths %} + {% image "./src/assets/images/screenshots/" + site.filename + ".jpg", site.name, null, "lazy", null, null, sizes, widths %}

{{ site.name }}

{{ site.description }}