page: track base head include
[minimedit.git] / head.inc.php
1 <!DOCTYPE html>
2 <html lang="nl">
3 <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width">
6         <!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script><![endif]-->
7 <?php if (!empty($Place['image'])) { ?>
8         <meta property="og:image" content="<?= htmlspecialchars($Place['image']) ?>" />
9 <?php } ?>
10 </head>
11 <body>