mirror of
https://github.com/thewesker/htmly-cleanblog.git
synced 2025-12-19 19:51:07 -05:00
Updating
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<?php } else {
|
||||
echo 'No posts found!';
|
||||
} ?>
|
||||
<?php if (!empty($posts)) { ?>
|
||||
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
|
||||
<hr>
|
||||
<!-- Pager -->
|
||||
@@ -42,6 +43,7 @@
|
||||
<?php endif;?>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user