Update home.php
This commit is contained in:
parent
e0cab4d86a
commit
54a570605a
|
@ -11,9 +11,9 @@
|
||||||
<p><?php echo $page->content(false) ?></p>
|
<p><?php echo $page->content(false) ?></p>
|
||||||
|
|
||||||
<!-- Read more button -->
|
<!-- Read more button -->
|
||||||
<?php if($page->readMore()) { ?>
|
<?php if($firstPage->readMore()) { ?>
|
||||||
<ul class="actions">
|
<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>
|
</ul>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue