From 902372120ab0ec4118f9824504326f709aaa01fe Mon Sep 17 00:00:00 2001 From: RealET <real3t@gmail.com> Date: Mon, 12 Oct 2020 17:14:50 +0200 Subject: [PATCH] Harmonisation des metas concernant le titre de la page --- noisettes/header/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noisettes/header/header.html b/noisettes/header/header.html index e7578a38..50662c2e 100644 --- a/noisettes/header/header.html +++ b/noisettes/header/header.html @@ -21,7 +21,7 @@ })] [<link rel="canonical" href="(#ENV{canonical})" />] [<meta name="author" content="(#LESAUTEURS|attribut_html)" />] -<meta name="DC.title" content="[(#NOM_SITE_SPIP|attribut_html)]" /> +<meta name="DC.title" content="[(#ENV{title}|sinon{[(#NOM_SITE_SPIP|textebrut|attribut_html)]})]" /> <meta name="MSSmartTagsPreventParsing" content="TRUE" /> <!-- Lien vers le backend pour navigateurs eclaires --> <link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:> [(#NOM_SITE_SPIP|attribut_html)]" href="[(#URL_PAGE{backend}|url_absolue)]" /> -- GitLab