factorisation: site_lang, posts_per_page, site_license, contact dynamique
This commit is contained in:
@@ -310,7 +310,7 @@ $jsonLdData = [
|
||||
'name' => siteAuthor() !== '' ? siteAuthor() : siteTitle(),
|
||||
'url' => rtrim(APP_URL, '/'),
|
||||
],
|
||||
'inLanguage' => 'fr-FR',
|
||||
'inLanguage' => siteLang(),
|
||||
];
|
||||
if (!empty($ogImage)) {
|
||||
$jsonLdData['image'] = $ogImage;
|
||||
|
||||
Reference in New Issue
Block a user