From 8dd1a19b1736ff82e49c40d51e3a8aa51947fabb Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:35:42 +0100 Subject: [PATCH] chore: debug icon rendering in homepage hero section --- _includes/components/sections/hero.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/components/sections/hero.njk b/_includes/components/sections/hero.njk index 926766b..465301b 100644 --- a/_includes/components/sections/hero.njk +++ b/_includes/components/sections/hero.njk @@ -51,9 +51,9 @@ {# 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 }}
{% for link in socialLinks %} +
DEBUG: icon={{ link.icon }}