<meta property="og:title" content="<?= cx_site_name(); ?> - <?= $cx_post_title; ?>">
<meta property="og:type" content="article" />
+
+ <?php if (isset($cx_post_meta->hero_image)): ?>
<meta property="og:image" content="<?= $cx_post_meta->hero_image; ?>">
+ <?php endif; ?>
+
<meta property="og:url" content="<?= cx_url_site($cx_post_permalink); ?>">
<meta name="twitter:card" content="summary_large_image">
+
+ <?php if (isset($cx_post_meta->hero_image_alt)): ?>
<meta name="twitter:image:alt" content="<?= $cx_post_meta->hero_image_alt; ?>">
+ <?php endif; ?>
<?php /*<meta property="og:description" content="Offering tour packages for individuals or groups.">
<meta property="og:site_name" content="<?= cx_site_name(); ?>">
<body>
<header>
- <h1><?= cx_site_name(); ?></h1>
+ <h1><a href="<?= cx_url('/'); ?>"><?= cx_site_name(); ?></a></h1>
+ <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>
-<nav>
+<?php /*<nav>
<ul role="list">
<li><a href="<?= cx_url('/'); ?>">Home</a></li>
<li><a href="<?= cx_url($page->url); ?>"><?= $page->title ?></a></li>
<?php endforeach; ?>
</ul>
-</nav>
+
+</nav> */ ?>
<?= cx_template_content(); ?>