mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Update static.html.php
This commit is contained in:
parent
264c159133
commit
9b4a33212b
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
|||
<?php echo $p->body; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="border"></div>
|
||||
<?php if(!isset($is_front)):?>
|
||||
<div class="border"></div>
|
||||
<div class="postnav">
|
||||
<?php if (!empty($next)): ?>
|
||||
<span class="newer">« <a href="<?php echo($next['url']); ?>" rel="next"><?php echo($next['title']); ?></a></span>
|
||||
|
|
@ -20,4 +21,5 @@
|
|||
<span class="older"><a href="<?php echo($prev['url']); ?>" rel="prev"><?php echo($prev['title']); ?></a> »</span>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue