Ajout de la balise meta generator

This commit is contained in:
LC 2023-02-15 00:52:04 +01:00
parent cab5b15484
commit 12c17cb7a7
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ else { echo '<html lang="'.$lang.'">'; }
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="DeltaCMS <?=common::DELTA_VERSION?>">
<?php <?php
$this->showMetaTitle(); $this->showMetaTitle();
if( $this->getData(['config', 'social', 'headFacebook' ]) === true) $this->showMetaPropertyFacebook(); if( $this->getData(['config', 'social', 'headFacebook' ]) === true) $this->showMetaPropertyFacebook();