From 1e0f77d88b2c089bfbb2c114a244381d8e4b43bf Mon Sep 17 00:00:00 2001 From: "LIABEUF, Stephane (External)" Date: Sun, 17 May 2026 21:12:53 +0200 Subject: [PATCH] fix: correct hero badge URL reading from id.contact.site Co-Authored-By: Claude Sonnet 4.6 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 696706c..08f9bfc 100644 --- a/index.html +++ b/index.html @@ -2498,7 +2498,7 @@ const id = d.identity; // ── HERO ── - const heroId = `${esc(id.entreprise)} // ${esc(id.titre)} // ${esc(id.site || '')}`; + const heroId = `${esc(id.entreprise)} // ${esc(id.titre)} // ${esc((id.contact && id.contact.site) || '')}`; const heroHTML = `