From cea94c56db46520117c168500b4f70233d900a2e Mon Sep 17 00:00:00 2001 From: Archicratia Date: Thu, 26 Mar 2026 20:42:01 +0100 Subject: [PATCH] fix(glossaire): expose relations heading to reading follow --- src/components/GlossaryRelationCards.astro | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/GlossaryRelationCards.astro b/src/components/GlossaryRelationCards.astro index 2754b49..5dc7a98 100644 --- a/src/components/GlossaryRelationCards.astro +++ b/src/components/GlossaryRelationCards.astro @@ -7,12 +7,15 @@ interface Props { } const { relationBlocks = [] } = Astro.props; +const relationsHeadingId = "relations-conceptuelles"; --- {relationBlocks.length > 0 && ( -
-

Relations conceptuelles

- +
+

Relations conceptuelles

{relationBlocks.map((block) => (
-- 2.49.1