<meta property="og:title" content="<?= cx_site_name(); ?>">
<?php endif; ?>
+ <meta name="referrer" content="strict-origin-when-cross-origin" />
+
<?php if (isset($cx_post_meta)): ?>
<meta property="og:type" content="article" />
<li><a href="<?= cx_url('/'); ?>">Home</a></li>
<?php foreach (cx_pages_get() as $page): ?>
-<li><a href="<?= cx_url('/' . $page->slug); ?>"><?= $page->title ?></a></li>
+<li><a href="<?= cx_url($page->get_permalink_path()); ?>"><?= $page->title ?></a></li>
<?php endforeach; ?>
</ul>