From c9a6c95246c8ca77e59af80e99a4151aa831c8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyndira-flowforge=E2=80=9D?= <“yndira@flowforge.com”> Date: Wed, 11 Jun 2025 11:45:36 +0200 Subject: [PATCH] Fix parameter order in tileImage shortcode implementation --- src/_includes/blueprints/blueprint-card.njk | 2 +- src/_includes/homepage_blueprints.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/blueprints/blueprint-card.njk b/src/_includes/blueprints/blueprint-card.njk index 2c7f11a4b9..7d19b43e42 100644 --- a/src/_includes/blueprints/blueprint-card.njk +++ b/src/_includes/blueprints/blueprint-card.njk @@ -9,7 +9,7 @@
- {% tileImage item, "./images/og-blog.jpg", "Image with logo and the slogan: Elevate Node-RED with Flowfuse", 285 %} + {% tileImage item, "./images/og-blog.jpg", null, "Image with logo and the slogan: Elevate Node-RED with Flowfuse", 380 %}
{{ item.data.title }}

diff --git a/src/_includes/homepage_blueprints.njk b/src/_includes/homepage_blueprints.njk index 281014e1ff..4129e347d2 100644 --- a/src/_includes/homepage_blueprints.njk +++ b/src/_includes/homepage_blueprints.njk @@ -12,7 +12,7 @@

- {% tileImage item, "./images/og-blog.jpg", "Image with logo and the slogan: Elevate Node-RED with Flowfuse", 285 %} + {% tileImage item, "./images/og-blog.jpg", null, "Image with logo and the slogan: Elevate Node-RED with Flowfuse", 340 %}
{{ item.data.title }}