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 {
|
<?php } else {
|
||||||
echo 'No posts found!';
|
echo 'No posts found!';
|
||||||
} ?>
|
} ?>
|
||||||
|
<?php if (!empty($posts)) { ?>
|
||||||
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
|
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
|
||||||
<hr>
|
<hr>
|
||||||
<!-- Pager -->
|
<!-- Pager -->
|
||||||
@@ -42,6 +43,7 @@
|
|||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
</ul>
|
</ul>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user