nieuws: hide text after cover image in overviews
[minimedit.git] / head.inc.php
index 4489ce9856875a388a6e4a7022ce2a70ba92fe6b..9e0cbd5e031b9b003abf4ef1ad209334bb1107ee 100644 (file)
@@ -1,10 +1,14 @@
-<?php
-include 'head.inc.html';
-
-print '<div class="article">'."\n\n";
-
-include_once 'auth.inc.php';
-
-register_shutdown_function(function () {
-       include 'foot.inc.php';
-});
+<!DOCTYPE html>
+<html lang="nl">
+<head>
+       <meta charset="utf-8">
+<?php if (!empty($Place['title'])) { ?>
+       <title><?= htmlspecialchars($Place['title']) ?></title>
+<?php } ?>
+       <meta name="viewport" content="width=device-width">
+       <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script><![endif]-->
+<?php if (!empty($Place['image'])) { ?>
+       <meta property="og:image" content="<?= htmlspecialchars($Place['image']) ?>" />
+<?php } ?>
+</head>
+<body>