head: load edit script before body
[minimedit.git] / head.inc.php
index 4082b92b77748498a8b42caa3afbce9118cbd687..9ff649579398ad3dcaee9d350a11e839677a0c1b 100644 (file)
@@ -15,5 +15,6 @@
 <?php } ?>
        <meta property="og:type" content="<?= $Page->meta['og:type'] ?? 'website' ?>" />
        <meta property="og:url" content="https://<?= $_SERVER['HTTP_HOST'] . '/' . htmlspecialchars($Page->link) ?>" />
+<?php if (isset($Page->head)) print $Page->head; ?>
 </head>
 <body>