<title><?=$Data["Meta"]["Title"]?></title>
<meta name="author" content="<?=$Data["Meta"]["Author"]?>">
+ <link rel="author" type="text/plain" href="https://malte70.de/humans.txt">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.9/dialog-polyfill.min.css">
<?php foreach ($Data["Meta"]["Stylesheets"] as $css): ?>
+ <?php if (!is_array($css)): ?>
<link rel="stylesheet" type="text/css" href="<?=$css?>">
+ <?php else: ?>
+ <link rel="stylesheet" type="text/css" media="<?=$css[1]?>" href="<?=$css[0]?>">
+ <?php endif; ?>
<?php endforeach; ?>
<link rel="icon" type="image/png" href="<?=$Data["Meta"]["Icon"]?>" sizes="64x64">
<!--[if IE]><script>document.charset="<?=$Data["Meta"]["Charset"]?>";</script><![endif]-->