mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
Replace Posterg branding with XAMXAM in all user-facing content
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
<div class="log-unavail-path"><?= htmlspecialchars($nginxConfigError) ?></div>
|
||||
<?php if (php_sapi_name() === 'cli-server'): ?>
|
||||
<div class="log-unavail-dev">
|
||||
En développement, <code>/etc/nginx/sites-available/posterg</code> n'existe pas.
|
||||
La config de référence se trouve dans <code>nginx/posterg.conf</code>.
|
||||
En développement, <code>/etc/nginx/sites-available/xamxam</code> n'existe pas.
|
||||
La config de référence se trouve dans <code>nginx/xamxam.conf</code>.
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
// Keys: type, title, description, url, image, image_alt, site_name, article_author, article_published_time
|
||||
if (!empty($ogTags)):
|
||||
$ogType = $ogTags['type'] ?? 'website';
|
||||
$ogTitle = $ogTags['title'] ?? ($pageTitle ?? 'Posterg');
|
||||
$ogTitle = $ogTags['title'] ?? ($pageTitle ?? 'XAMXAM');
|
||||
$ogDescription = $ogTags['description'] ?? ($metaDescription ?? '');
|
||||
$ogUrl = $ogTags['url'] ?? '';
|
||||
$ogImage = $ogTags['image'] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user