From 0035f0ae296085a89c8ad6d4304f55deee621b13 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:32:31 +0100 Subject: [PATCH] chore: debug homepageConfig.social rendering in hero section --- _includes/components/sections/hero.njk | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/components/sections/hero.njk b/_includes/components/sections/hero.njk index 6763ee9..926766b 100644 --- a/_includes/components/sections/hero.njk +++ b/_includes/components/sections/hero.njk @@ -51,6 +51,7 @@ {# Social Links #} {% from "components/social-icon.njk" import socialIcon, socialIconColorClass %} {% if heroConfig.showSocial != false and socialLinks %} +
DEBUG: socialLinks={{ socialLinks | jsonEncode }}
identity.social={{ id.social | jsonEncode }}