X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/aa4a9fd115357f8d8781220e1f1345df774d6893..c2b82132e3ee9e658299f15d0c07e4af70dae498:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index c6234cf..392a10f 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -7,6 +7,7 @@ if ($User and $User->admin("edit $Page")) { } if ($page and !is_numeric($page)) { + $Article->meta['og:type'] = 'article'; $edit = $User && $User->admin("edit $Page$Args") ? htmlspecialchars(@$_GET['edit']) : NULL; if ($edit) { $Article->title = $edit;