From 5b9b8629402f0c4a25e73ff6fd4d851a6cf7b72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Amieiro?= <1667814+amieiro@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:28:59 +0200 Subject: [PATCH] Add the og:type --- templates/parts/header.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/parts/header.php b/templates/parts/header.php index 0c98c6f4..f00743fd 100644 --- a/templates/parts/header.php +++ b/templates/parts/header.php @@ -40,6 +40,7 @@ function () use ( $html_title, $url, $html_description, $image_url ) { echo '' . "\n"; echo '' . "\n"; echo '' . "\n"; + echo '' . "\n"; } ); gp_title( $html_title );