6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9 <link rel="stylesheet" href="<?= garden_site_url('style', 'screen.css') ?>">
10 <!--<link rel="alternate" type="application/atom+xml" title="bts.cx" href="<?= garden_site_url('feed') ?>" />-->
12 <title><?= site_name ?> - <?= $article->title; ?></title>
17 <p>Find me <a href="https://mastodon.gamedev.place/@btsherratt" rel="me">@btsherratt</a> or on <a href="https://bts.itch.io/">itch.io</a></p>
20 <?= garden_template_content(); ?>