Social networks
This commit is contained in:
parent
b6891cc379
commit
4fd4b6f4a9
1 changed files with 2 additions and 0 deletions
|
@ -12,8 +12,10 @@
|
||||||
<h2><?php echo $page->title(); ?></h2>
|
<h2><?php echo $page->title(); ?></h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<?php if (!$page->static()): ?>
|
||||||
<!-- Creation date -->
|
<!-- Creation date -->
|
||||||
<h6 class="card-subtitle mb-2 text-muted"><?php echo $page->date(); ?></h6>
|
<h6 class="card-subtitle mb-2 text-muted"><?php echo $page->date(); ?></h6>
|
||||||
|
<?php endif ?>
|
||||||
|
|
||||||
<!-- Full content -->
|
<!-- Full content -->
|
||||||
<?php echo $page->content(); ?>
|
<?php echo $page->content(); ?>
|
||||||
|
|
Loading…
Reference in a new issue