forked from ORGANISATION-KA-INTERNATIONALE/FEDIVERSE-OKI
feat: remplace kaubuntu by OKI
This commit is contained in:
+12
-12
@@ -22,7 +22,7 @@ $liveStream = getLiveStream();
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Direct - kaubuntu.re</title>
|
||||
<title>Direct - <?php echo SITE_NAME; ?></title>
|
||||
<link rel="stylesheet" href="css/styles.css?v=<?php echo filemtime('css/styles.css'); ?>">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">
|
||||
|
||||
@@ -35,18 +35,18 @@ $liveStream = getLiveStream();
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!-- Open Graph Meta Tags -->
|
||||
<meta property="og:title" content="Direct - kaubuntu.re">
|
||||
<meta property="og:description" content="Suivez nos diffusions en direct sur kaubuntu.re. Contenu en temps réel, discussions et événements exclusifs.">
|
||||
<meta property="og:title" content="Direct - <?php echo SITE_NAME; ?>">
|
||||
<meta property="og:description" content="Suivez nos diffusions en direct sur <?php echo SITE_NAME; ?>. Contenu en temps réel, discussions et événements exclusifs.">
|
||||
<meta property="og:image" content="<?php echo getBaseUrl(); ?>/img/logo.png">
|
||||
<meta property="og:url" content="<?php echo getBaseUrl(); ?>/direct.php">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="kaubuntu.re">
|
||||
<meta property="og:site_name" content="<?php echo SITE_NAME; ?>">
|
||||
<meta property="og:locale" content="fr_FR">
|
||||
|
||||
|
||||
<!-- Twitter Card Meta Tags -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Direct - kaubuntu.re">
|
||||
<meta name="twitter:description" content="Suivez nos diffusions en direct sur kaubuntu.re. Contenu en temps réel, discussions et événements exclusifs.">
|
||||
<meta name="twitter:title" content="Direct - <?php echo SITE_NAME; ?>">
|
||||
<meta name="twitter:description" content="Suivez nos diffusions en direct sur <?php echo SITE_NAME; ?>. Contenu en temps réel, discussions et événements exclusifs.">
|
||||
<meta name="twitter:image" content="<?php echo getBaseUrl(); ?>/img/logo.png">
|
||||
|
||||
<!-- Données structurées JSON-LD pour la page direct -->
|
||||
@@ -54,17 +54,17 @@ $liveStream = getLiveStream();
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "Direct - kaubuntu.re",
|
||||
"description": "Suivez nos diffusions en direct sur kaubuntu.re. Contenu en temps réel du mouvement Ka-Ubuntu.",
|
||||
"name": "Direct - <?php echo SITE_NAME; ?>",
|
||||
"description": "Suivez nos diffusions en direct sur <?php echo SITE_NAME; ?>. Contenu en temps réel.",
|
||||
"url": "<?php echo getBaseUrl(); ?>/direct.php",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "kaubuntu.re",
|
||||
"name": "<?php echo SITE_NAME; ?>",
|
||||
"url": "<?php echo getBaseUrl(); ?>"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Ka-Ubuntu",
|
||||
"name": "<?php echo ORGANIZATION_NAME; ?>",
|
||||
"url": "<?php echo getBaseUrl(); ?>",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
@@ -107,7 +107,7 @@ $liveStream = getLiveStream();
|
||||
<div class="live-page">
|
||||
<div class="section-header">
|
||||
<div class="section-logo">
|
||||
<img src="img/logo.png" alt="kaubuntu.re">
|
||||
<img src="img/logo.png" alt="<?php echo SITE_NAME; ?>">
|
||||
</div>
|
||||
<h2 class="section-title">Diffusion en direct</h2>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user