From af740658ccf6dcbbf4b6bd70b002602b450f8370 Mon Sep 17 00:00:00 2001
From: Alexis BENOIT <alex@noesya.coop>
Date: Tue, 1 Oct 2024 16:19:09 +0200
Subject: [PATCH] =?UTF-8?q?Gestion=20du=20markup=20html=20dans=20la=20r?=
 =?UTF-8?q?=C3=A9f=C3=A9rence=20d'une=20publication=20(#625)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 layouts/partials/publications/publication.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/publications/publication.html b/layouts/partials/publications/publication.html
index b2afcd9b..a0615690 100644
--- a/layouts/partials/publications/publication.html
+++ b/layouts/partials/publications/publication.html
@@ -24,7 +24,7 @@
 
       {{ with .Params.ref }}
         <div class="publication-meta" itemprop="isPartOf" itemscope itemtype="http://schema.org/PublicationIssue">
-          <span itemprop="name">{{ . }}</span>
+          <span itemprop="name">{{ partial "PrepareHTML" . }}</span>
         </div>
       {{ end }}
     </div>
-- 
GitLab