From 6f1d8686aede3f7645b7a9aa16776150b41d7af2 Mon Sep 17 00:00:00 2001
From: Olivia Simonet <91660674+Olivia206@users.noreply.github.com>
Date: Wed, 18 Dec 2024 10:42:28 +0100
Subject: [PATCH] =?UTF-8?q?Gestion=20des=20m=C3=A9tadonn=C3=A9es=20sp?=
 =?UTF-8?q?=C3=A9cifiques=20=C3=A0=20la=20recherche=20(Google=20Scholar)?=
 =?UTF-8?q?=20(#741)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: Alexis BENOIT <alex@noesya.coop>
Co-authored-by: Arnaud Levy <contact@arnaudlevy.com>
---
 layouts/partials/head/seo.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/layouts/partials/head/seo.html b/layouts/partials/head/seo.html
index 7ffd7238..6e08b353 100644
--- a/layouts/partials/head/seo.html
+++ b/layouts/partials/head/seo.html
@@ -74,6 +74,10 @@
   {{ end }}
 {{ end }}
 
+{{ range .Params.metadata }}
+  <meta name="{{ .name }}" content="{{ .content }}">
+{{ end }}
+
 {{/*
 Limiter le tracking par le CDN
 https://framagit.org/chatons/CHATONS/-/issues/200#note_1987024
-- 
GitLab