Social networks

This commit is contained in:
Diego Najar 2018-02-01 22:55:26 +01:00
parent b6891cc379
commit 4fd4b6f4a9
1 changed files with 2 additions and 0 deletions

View File

@ -12,8 +12,10 @@
<h2><?php echo $page->title(); ?></h2>
</a>
<?php if (!$page->static()): ?>
<!-- Creation date -->
<h6 class="card-subtitle mb-2 text-muted"><?php echo $page->date(); ?></h6>
<?php endif ?>
<!-- Full content -->
<?php echo $page->content(); ?>