<?php if ($post): ?>
<article>
<h1><a href="<?= cx_url($post_permalink) ?>"><?= $post->title ?></a></h1>
- <p class="updated"><?= date('l, F jS, Y',$post->date) ?></p>
+ <?php if ($post->is_page == false): ?><p class="updated"><?= date('l, F jS, Y',$post->date) ?></p><?php endif; ?>
<?= $post->html_content ?>
</article>
<?php else: ?>