Fixed small bugs, Revamped string compiler, Removed dead gitea links, Added images

Update .gitignore, .htaccess, and 12 more files...
This commit is contained in:
2023-12-15 08:08:20 +01:00
parent d592899073
commit 364354c335
14 changed files with 127 additions and 188 deletions

View File

@@ -58,7 +58,7 @@ if($contentManager->hasError) {
$content->get_head_title() .
localize("content.item.head.title.suffix");
$content_head_description = $content->get_head_description();
$content_head_title =
$content_head_og_title =
localize("content.item.og.title.prefix") .
$content->get_head_title() .
localize("content.item.og.title.suffix");