Update home.php

This commit is contained in:
Edi 2017-11-05 14:25:34 +01:00 committed by GitHub
parent e0cab4d86a
commit 54a570605a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
<p><?php echo $page->content(false) ?></p>
<!-- Read more button -->
<?php if($page->readMore()) { ?>
<?php if($firstPage->readMore()) { ?>
<ul class="actions">
<li><a href="<?php echo $page->permalink() ?>" class="button"><?php $Language->p('More') ?></a></li>
<li><a href="<?php echo $firstPage->permalink() ?>" class="button"><?php $Language->p('More') ?></a></li>
</ul>
<?php } ?>