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>
22 <?php foreach($categorised_items as $category_name => $category_items): ?>
23 <?php if ($category_name != ''): ?>
27 <?php foreach($category_items as $category_item): ?>
28 <li><a href="<?= $category_item->url ?>"><?= $category_item->title ?></a></li>
33 <?php foreach($category_items as $category_item): ?>
34 <li><a href="<?= $category_item->url ?>"><?= $category_item->title ?></a></li>
41 <?= garden_template_content(); ?>