<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>
</header>
-<?php /*<nav>
+<nav>
<ul role="list">
<li><a href="<?= cx_url('/'); ?>">Home</a></li>
<?php foreach (cx_pages_get() as $page): ?>
-<li><a href="<?= cx_url($page->url); ?>"><?= $page->title ?></a></li>
+<li><a href="<?= cx_url('/' . $page->slug); ?>"><?= $page->title ?></a></li>
<?php endforeach; ?>
</ul>
-</nav> */ ?>
+</nav>
<?= cx_template_content(); ?>