🔀 merge pull request 'v1.2.9' (#91) from dev into main

Reviewed-on: #91
This commit is contained in:
DrMaxNix 2024-04-14 18:43:36 +02:00
commit 46cc6e55da
3 changed files with 2 additions and 2 deletions

BIN
asset/banner-bg-1920.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
static::$version = "1.2.8";
static::$version = "1.2.9";
// DEPENDENCIES //

View File

@ -61,7 +61,7 @@
Page::$head["og_title"] = '<meta property="og:title" content="' . $dict->get("title") . '" />';
Page::$head["og_description"] = '<meta property="og:description" content="' . $dict->get("description") . '" />';
Page::$head["og_type"] = '<meta property="og:type" content="website" />';
Page::$head["og_image"] = '<meta property="og:image" content="' . File::file("./asset/logo-bg-2048.png") . '" />';
Page::$head["og_image"] = '<meta property="og:image" content="' . File::file("./asset/banner-bg-1920.png") . '" />';
Page::$head["og_url"] = '<meta property="og:url" content="' . Url::full() . '" />';
Page::$head["analytics"] = '<script defer data-domain="sbgg.jetzt" src="https://analytics.tjdev.de/js/script.js"></script>';