mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
Replace Posterg branding with XAMXAM in all user-facing content
This commit is contained in:
@@ -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